| org.apache.commons.dbcp.TestAbandonedObjectPool
TestAbandonedObjectPool | public class TestAbandonedObjectPool extends TestCase (Code) | | TestCase for AbandonedObjectPool
author: Wayne Woodfield version: $Revision: 479137 $ $Date: 2006-11-25 08:51:48 -0700 (Sat, 25 Nov 2006) $ |
Inner Class :class ConcurrentBorrower extends Thread | |
Inner Class :class SimpleFactory implements PoolableObjectFactory | |
TestAbandonedObjectPool | public TestAbandonedObjectPool(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testConcurrentInvalidation | public void testConcurrentInvalidation() throws Exception(Code) | | Tests fix for Bug 28579, a bug in AbandonedObjectPool that causes numActive to go negative
in GenericObjectPool
|
|
|