Save This Page
Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » [javadoc | source]
org.apache.commons.dbcp
public class: TestManual [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.dbcp.TestConnectionPool
         org.apache.commons.dbcp.TestManual
Tests for a "manually configured", GenericObjectPool based PoolingDriver .
Constructor:
 public TestManual(String testName) 
Method from org.apache.commons.dbcp.TestManual Summary:
getConnection,   setUp,   suite,   tearDown,   testClosePool,   testLogWriter,   testReportedBug12400,   testReportedBug28912
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.TestManual Detail:
 protected Connection getConnection() throws Exception 
 public  void setUp() throws Exception 
 public static Test suite() 
 public  void tearDown() throws Exception 
 public  void testClosePool() throws Exception 
 public  void testLogWriter() throws Exception 
 public  void testReportedBug12400() throws Exception 
 public  void testReportedBug28912() throws Exception