ch.qos.logback.access.db
Class DBAppenderIntegrationTest

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

public class DBAppenderIntegrationTest
extends Object


Constructor Summary
DBAppenderIntegrationTest()
           
 
Method Summary
 void doTest(String configFile)
           
 void mysql()
           
 void oracle10g()
           
 void oracle11g()
           
 void postgres()
           
 void setUp()
           
static void setUpBeforeClass()
           
 void sqlserver()
           
 void tearDown()
           
static void tearDownAfterClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBAppenderIntegrationTest

public DBAppenderIntegrationTest()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws Exception
Throws:
Exception

tearDownAfterClass

public static void tearDownAfterClass()
                               throws Exception
Throws:
Exception

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

doTest

public void doTest(String configFile)
            throws JoranException
Throws:
JoranException

sqlserver

public void sqlserver()
               throws Exception
Throws:
Exception

oracle10g

public void oracle10g()
               throws Exception
Throws:
Exception

oracle11g

public void oracle11g()
               throws Exception
Throws:
Exception

mysql

public void mysql()
           throws Exception
Throws:
Exception

postgres

public void postgres()
              throws Exception
Throws:
Exception


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