Save This Page
Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » datasources » [javadoc | source]
org.apache.commons.dbcp.datasources
public class: TestPerUserPoolDataSource [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.dbcp.TestConnectionPool
         org.apache.commons.dbcp.datasources.TestPerUserPoolDataSource
Constructor:
 public TestPerUserPoolDataSource(String testName) 
Method from org.apache.commons.dbcp.datasources.TestPerUserPoolDataSource Summary:
getConnection,   setUp,   suite,   testClosing,   testClosingWithUserName,   testDefaultUser1,   testDefaultUser2,   testIncorrectPassword,   testMaxActive,   testMultipleThreads,   testOpening,   testPerUserMethods,   testSerialization,   testSimple,   testSimple2,   testSimpleWithUsername,   testTransactionIsolationBehavior,   testUnregisteredUser
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.datasources.TestPerUserPoolDataSource Detail:
 protected Connection getConnection() throws Exception 
 public  void setUp() throws Exception 
 public static Test suite() 
 public  void testClosing() throws Exception 
 public  void testClosingWithUserName() throws Exception 
 public  void testDefaultUser1() throws Exception 
 public  void testDefaultUser2() throws Exception 
 public  void testIncorrectPassword() throws Exception 
    Switching 'u1 -> 'u2' and 'p1' -> 'p2' will exhibit the bug detailed in http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18905
 public  void testMaxActive() throws Exception 
 public  void testMultipleThreads() throws Exception 
 public  void testOpening() throws Exception 
 public  void testPerUserMethods() throws Exception 
 public  void testSerialization() throws Exception 
 public  void testSimple() throws Exception 
 public  void testSimple2() throws Exception 
 public  void testSimpleWithUsername() throws Exception 
 public  void testTransactionIsolationBehavior() throws Exception 
 public  void testUnregisteredUser() throws Exception