| |
|
| org.apache.commons.pool.TestObjectPool org.apache.commons.pool.impl.TestStackObjectPool
TestStackObjectPool | public class TestStackObjectPool extends TestObjectPool (Code) | | author: Rodney Waldhoff author: Dirk Verbeeck version: $Revision: 383290 $ $Date: 2006-03-05 02:00:15 -0500 (Sun, 05 Mar 2006) $ |
TestStackObjectPool | public TestStackObjectPool(String testName)(Code) | | |
isFifo | protected boolean isFifo()(Code) | | |
isLifo | protected boolean isLifo()(Code) | | |
suite | public static Test suite()(Code) | | |
testBorrowFromEmptyPoolWithNullFactory | public void testBorrowFromEmptyPoolWithNullFactory() throws Exception(Code) | | |
testBorrowReturnWithSometimesInvalidObjects | public void testBorrowReturnWithSometimesInvalidObjects() throws Exception(Code) | | |
testBorrowWithSometimesInvalidObjects | public void testBorrowWithSometimesInvalidObjects() throws Exception(Code) | | |
testCanResetFactoryWithoutActiveObjects | public void testCanResetFactoryWithoutActiveObjects() throws Exception(Code) | | |
testCantResetFactoryWithActiveObjects | public void testCantResetFactoryWithActiveObjects() throws Exception(Code) | | |
testFactorySequence | public void testFactorySequence() throws Exception(Code) | | |
testPoolWithNullFactory | public void testPoolWithNullFactory() throws Exception(Code) | | |
testReturnObjectDiscardOrder | public void testReturnObjectDiscardOrder() throws Exception(Code) | | |
testVariousConstructors | public void testVariousConstructors() throws Exception(Code) | | |
|
|
|