Save This Page
Home » commons-pool-1.4-src » org.apache.commons » pool » impl » [javadoc | source]
org.apache.commons.pool.impl
public class: TestStackKeyedObjectPool [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.pool.TestKeyedObjectPool
         org.apache.commons.pool.impl.TestStackKeyedObjectPool
Nested Class Summary:
class  TestStackKeyedObjectPool.SimpleFactory   
Constructor:
 public TestStackKeyedObjectPool(String testName) 
Method from org.apache.commons.pool.impl.TestStackKeyedObjectPool Summary:
getNthObject,   makeEmptyPool,   makeKey,   setUp,   suite,   tearDown,   testBorrowFromEmptyPoolWithNullFactory,   testBorrowReturnWithSometimesInvalidObjects,   testCanResetFactoryWithoutActiveObjects,   testCantResetFactoryWithActiveObjects,   testCloseBug,   testIdleCap,   testPoolWithNullFactory,   testSetFactory,   testToString,   testVariousConstructors
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.TestStackKeyedObjectPool 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 testBorrowFromEmptyPoolWithNullFactory() throws Exception 
 public  void testBorrowReturnWithSometimesInvalidObjects() throws Exception 
 public  void testCanResetFactoryWithoutActiveObjects() throws Exception 
 public  void testCantResetFactoryWithActiveObjects() throws Exception 
 public  void testCloseBug() throws Exception 
 public  void testIdleCap() throws Exception 
 public  void testPoolWithNullFactory() throws Exception 
 public  void testSetFactory() throws Exception 
 public  void testToString() throws Exception 
 public  void testVariousConstructors() throws Exception