ch.qos.logback.classic.db
Class DBAppenderTest

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

public class DBAppenderTest
extends Object


Constructor Summary
DBAppenderTest()
           
 
Method Summary
static void fixtureSetUp()
           
static void fixtureTearDown()
           
 void setUp()
           
 void tearDown()
           
 void testAppendLoggingEvent()
           
 void testAppendMultipleEvents()
           
 void testAppendThrowable()
           
 void testContextInfo()
           
 
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

testAppendLoggingEvent

public void testAppendLoggingEvent()
                            throws SQLException
Throws:
SQLException

testAppendThrowable

public void testAppendThrowable()
                         throws SQLException
Throws:
SQLException

testContextInfo

public void testContextInfo()
                     throws SQLException
Throws:
SQLException

testAppendMultipleEvents

public void testAppendMultipleEvents()
                              throws SQLException
Throws:
SQLException


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