Save This Page
Home » commons-pool-1.4-src » org.apache.commons » pool » impl » [javadoc | source]
org.apache.commons.pool.impl
public class: TestGenericKeyedObjectPool [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.pool.TestKeyedObjectPool
         org.apache.commons.pool.impl.TestGenericKeyedObjectPool
Nested Class Summary:
class  TestGenericKeyedObjectPool.TestThread   
static class  TestGenericKeyedObjectPool.SimpleFactory   
Constructor:
 public TestGenericKeyedObjectPool(String testName) 
Method from org.apache.commons.pool.impl.TestGenericKeyedObjectPool Summary:
getNthObject,   makeEmptyPool,   makeKey,   setUp,   suite,   tearDown,   testEviction,   testEviction2,   testMaxActive,   testMaxIdle,   testMaxTotal,   testNegativeMaxActive,   testNumActiveNumIdle2,   testSettersAndGetters,   testThreaded1,   testWithInitiallyInvalid,   testZeroMaxActive
Methods from org.apache.commons.pool.TestKeyedObjectPool:
getNthObject,   makeEmptyPool,   makeKey,   setUp,   tearDown,   testBaseAddObject,   testBaseBorrow,   testBaseBorrowReturn,   testBaseClear,   testBaseInvalidateObject,   testBaseNumActiveNumIdle,   testBaseNumActiveNumIdle2
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.pool.impl.TestGenericKeyedObjectPool Detail:
 protected Object getNthObject(Object key,
    int n) 
 protected KeyedObjectPool makeEmptyPool(int mincapacity) 
 protected Object makeKey(int n) 
 public  void setUp() throws Exception 
 public static Test suite() 
 public  void tearDown() throws Exception 
 public  void testEviction() throws Exception 
 public  void testEviction2() throws Exception 
 public  void testMaxActive() throws Exception 
 public  void testMaxIdle() throws Exception 
 public  void testMaxTotal() throws Exception 
 public  void testNegativeMaxActive() throws Exception 
 public  void testNumActiveNumIdle2() throws Exception 
 public  void testSettersAndGetters() throws Exception 
 public  void testThreaded1() throws Exception 
 public  void testWithInitiallyInvalid() throws Exception 
 public  void testZeroMaxActive() throws Exception