org.apache.log4j.jdbcplus.examples.test
Class DomConfiguratorTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.apache.log4j.jdbcplus.examples.test.DomConfiguratorTest
All Implemented Interfaces:
Test

public class DomConfiguratorTest
extends TestCase


Constructor Summary
DomConfiguratorTest()
           
 
Method Summary
 void testAsync()
           
 void testDomConfigurator()
           
 void testDomConfiguratorPreparedStatements()
          Prepared Statement test
 void testDomConfiguratorSimple()
           
 void testDomConfiguratorStoredProcedure()
          Stored Procedure Test.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomConfiguratorTest

public DomConfiguratorTest()
Method Detail

testDomConfigurator

public void testDomConfigurator()
                         throws Exception
Exception

testDomConfiguratorSimple

public void testDomConfiguratorSimple()
                               throws Exception
Exception

testAsync

public void testAsync()
               throws Exception
Exception

testDomConfiguratorPreparedStatements

public void testDomConfiguratorPreparedStatements()
                                           throws Exception
Prepared Statement test

Throws:
Exception

testDomConfiguratorStoredProcedure

public void testDomConfiguratorStoredProcedure()
                                        throws Exception
Stored Procedure Test. Requires latest Firebird JDBC driver. As of 22.08.2004 only available as source code from CVS repository. Requires J2SDK 1.4.

Throws:
Exception


Copyright 2000-2004 Apache Software Foundation.