Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enableit.db
Class ConnectionFactoryTest  view ConnectionFactoryTest download ConnectionFactoryTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.enableit.db.ConnectionFactoryTest
All Implemented Interfaces:
junit.framework.Test

public class ConnectionFactoryTest
extends junit.framework.TestCase

Tests ConnectionFactory


Field Summary
private static org.apache.log4j.Logger logger
          Define a static Logger variable for logging.
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ConnectionFactoryTest(java.lang.String name)
          Default Constructor
 
Method Summary
protected  void setUp()
          Define the test environment.
static junit.framework.Test suite()
          Defines all the tests for the Web Service application including tests in this class.
 void test10PropertyConfiguration()
          Run property configuration test
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

logger

private static org.apache.log4j.Logger logger
Define a static Logger variable for logging.

Constructor Detail

ConnectionFactoryTest

public ConnectionFactoryTest(java.lang.String name)
Default Constructor

Method Detail

suite

public static junit.framework.Test suite()
Defines all the tests for the Web Service application including tests in this class.


setUp

protected void setUp()
              throws java.lang.Exception
Define the test environment.


test10PropertyConfiguration

public void test10PropertyConfiguration()
                                 throws java.lang.Exception
Run property configuration test