ch.qos.logback.access.db
Class DBAppenderTest

java.lang.Object
  extended by ch.qos.logback.access.db.DBAppenderTest

public class DBAppenderTest
extends Object


Constructor Summary
DBAppenderTest()
           
 
Method Summary
static void fixtureSetUp()
           
static void fixtureTearDown()
           
 void setUp()
           
 void tearDown()
           
 void testAppendAccessEvent()
           
 void testAppendHeaders()
           
 void testAppendMultipleEvents()
           
 void testCheckNoHeadersAreInserted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBAppenderTest

public DBAppenderTest()
Method Detail

fixtureSetUp

public static void fixtureSetUp()
                         throws SQLException
Throws:
SQLException

fixtureTearDown

public static void fixtureTearDown()
                            throws SQLException
Throws:
SQLException

setUp

public void setUp()
           throws SQLException
Throws:
SQLException

tearDown

public void tearDown()
              throws SQLException
Throws:
SQLException

testAppendAccessEvent

public void testAppendAccessEvent()
                           throws SQLException
Throws:
SQLException

testCheckNoHeadersAreInserted

public void testCheckNoHeadersAreInserted()
                                   throws Exception
Throws:
Exception

testAppendHeaders

public void testAppendHeaders()
                       throws SQLException
Throws:
SQLException

testAppendMultipleEvents

public void testAppendMultipleEvents()
                              throws SQLException
Throws:
SQLException


Copyright © 2005-2009 QOS.ch. All Rights Reserved.