Save This Page
Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » [javadoc | source]
org.apache.commons.dbcp
public class: TestAbandonedBasicDataSource [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.dbcp.TestConnectionPool
         org.apache.commons.dbcp.TestBasicDataSource
            org.apache.commons.dbcp.TestAbandonedBasicDataSource
TestSuite for BasicDataSource with abandoned connection trace enabled
Fields inherited from org.apache.commons.dbcp.TestBasicDataSource:
ds
Constructor:
 public TestAbandonedBasicDataSource(String testName) 
Method from org.apache.commons.dbcp.TestAbandonedBasicDataSource Summary:
setUp,   suite,   tearDown,   testAbandoned,   testAbandonedClose,   testAbandonedCloseWithExceptions
Methods from org.apache.commons.dbcp.TestBasicDataSource:
getConnection,   setUp,   suite,   tearDown,   testAccessToUnderlyingConnectionAllowed,   testDefaultCatalog,   testEmptyValidationQuery,   testInitialSize,   testInvalidValidationQuery,   testIsClosedFailure,   testNoAccessToUnderlyingConnectionAllowed,   testNoValidationQuery,   testPooling,   testPropertyTestOnReturn,   testRollbackReadOnly,   testSetAutoCommitTrueOnClose,   testSetValidationTestProperties,   testTransactionIsolationBehavior
Methods from org.apache.commons.dbcp.TestConnectionPool:
getConnection,   getMaxActive,   getMaxWait,   getUsername,   setUp,   tearDown,   testAutoCommitBehavior,   testCantCloseConnectionTwice,   testCantCloseStatementTwice,   testClearWarnings,   testClosing,   testConnectionsAreDistinct,   testHashCode,   testIsClosed,   testMaxActive,   testNoRsetClose,   testOpening,   testPooling,   testPrepareStatementOptions,   testRepeatedBorrowAndReturn,   testSimple,   testSimple2,   testThreaded
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.dbcp.TestAbandonedBasicDataSource Detail:
 public  void setUp() throws Exception 
 public static Test suite() 
 public  void tearDown() throws Exception 
 public  void testAbandoned() throws Exception 
 public  void testAbandonedClose() throws Exception 
 public  void testAbandonedCloseWithExceptions() throws Exception