com.mchange.v2.c3p0.test.junit
Class C3P0JUnitTestCaseBase

java.lang.Object
  extended by TestCase
      extended by com.mchange.v2.c3p0.test.junit.C3P0JUnitTestCaseBase
Direct Known Subclasses:
ConnectionPropertiesResetJUnitTestCase, MarshallUnmarshallDataSourcesJUnitTestCase

public abstract class C3P0JUnitTestCaseBase
extends TestCase


Field Summary
protected  ComboPooledDataSource cpds
           
 
Constructor Summary
C3P0JUnitTestCaseBase()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cpds

protected ComboPooledDataSource cpds
Constructor Detail

C3P0JUnitTestCaseBase

public C3P0JUnitTestCaseBase()
Method Detail

setUp

protected void setUp()

tearDown

protected void tearDown()