Surefire Report

Summary


Tests Errors Failures Skipped Success Rate Time
242 135 0 0 44.215% 53.138

Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Package List


Package Tests Errors Failures Skipped Success Rate Time
org.apache.commons.pool.impl 184 107 0 0 41.848% 53.051
org.apache.commons.pool 58 28 0 0 51.724% 0.087

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.commons.pool.impl

Class Tests Errors Failures Skipped Success Rate Time
TestStackKeyedObjectPool 25 25 0 0 0% 0.026
TestGenericKeyedObjectPoolFactory 3 3 0 0 0% 0.01
TestStackKeyedObjectPoolFactory 3 3 0 0 0% 0.006
TestGenericObjectPoolFactory 3 3 0 0 0% 0.009
TestGenericObjectPool 58 0 0 0 100% 52.642
TestStackObjectPoolFactory 3 3 0 0 0% 0.006
TestGenericKeyedObjectPool 44 44 0 0 0% 0.061
TestSoftReferenceObjectPool 18 0 0 0 100% 0.258
TestStackObjectPool 27 26 0 0 3.704% 0.033

org.apache.commons.pool

Class Tests Errors Failures Skipped Success Rate Time
TestBaseKeyedPoolableObjectFactory 1 1 0 0 0% 0.003
TestBasePoolableObjectFactory 1 1 0 0 0% 0.003
TestBaseObjectPool 18 2 0 0 88.889% 0.008
TestBaseKeyedObjectPool 16 2 0 0 87.5% 0.009
TestPoolUtils 22 22 0 0 0% 0.064

Test Cases

TestStackKeyedObjectPool

testSetFactory 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testCloseBug 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testIdleCap 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testPoolWithNullFactory 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testVariousConstructors 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBorrowFromEmptyPoolWithNullFactory 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testCantResetFactoryWithActiveObjects 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testCanResetFactoryWithoutActiveObjects 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBorrowReturnWithSometimesInvalidObjects 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testUnsupportedOperations 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseBorrow 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseAddObject 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseBorrowReturn 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseNumActiveNumIdle 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseClear 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseInvalidateObject 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseNumActiveNumIdle2 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testClosedPoolBehavior 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFAddObjectUsage 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFBorrowObjectUsages 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFReturnObjectUsages 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFInvalidateObjectUsages 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFClearUsages 0.001
org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFCloseUsages 0
org/apache/commons/pool/impl/StackKeyedObjectPool

TestBaseKeyedPoolableObjectFactory

testDefaultMethods 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented

TestGenericKeyedObjectPoolFactory

testConstructors 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testCreatePool 0
org/apache/commons/pool/PoolUtils

TestStackKeyedObjectPoolFactory

testConstructors 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString 0
org/apache/commons/pool/PoolUtils
testCreatePool 0
org/apache/commons/pool/PoolUtils

TestGenericObjectPoolFactory

testConstructors 0
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString 0.001
org/apache/commons/pool/impl/GenericObjectPoolFactory
testCreatePool 0
org/apache/commons/pool/impl/GenericObjectPoolFactory

TestBasePoolableObjectFactory

testDefaultMethods 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented

TestGenericObjectPool

testWhenExhaustedGrow 0.001
testWhenExhaustedFail 0.001
testWhenExhaustedBlock 0.01
testEvictWhileEmpty 0
testEvictAddObjects 0.852
testEvictLIFO 0.125
testEvictFIFO 0.125
testEvictionOrder 2.002
testEvictorVisiting 0.025
testExceptionOnPassivateDuringReturn 0
testExceptionOnDestroyDuringBorrow 0
testExceptionOnDestroyDuringReturn 0
testExceptionOnActivateDuringBorrow 0
testSetFactoryWithActiveObjects 0
testSetFactoryWithNoActiveObjects 0.001
testNegativeMaxActive 0
testMaxIdle 0.001
testMaxIdleZero 0.001
testMaxActive 0
testTimeoutNoLeak 0.011
testMaxActiveZero 0
testMaxActiveUnderLoad 19.798
testInvalidWhenExhaustedAction 0
testSettersAndGetters 0
testDefaultConfiguration 0
testConstructors 0
testSetConfig 0
testDebugInfo 0.001
testStartAndStopEvictor 0.4
testEvictionWithNegativeNumTests 0.4
testEviction 8.007
testEvictionSoftMinIdle 3.501
testMinIdle 0.602
testMinIdleMaxActive 0.901
testThreaded1 5.503
testMaxActiveInvariant 1.601
testFIFO 0.001
testLIFO 0
testAddObject 0
testBorrowObjectFairness 8.505
testUnsupportedOperations 0.001
testClose 0
testBaseBorrow 0
testBaseAddObject 0
testBaseBorrowReturn 0
testBaseNumActiveNumIdle 0
testBaseClear 0
testBaseInvalidateObject 0
testBaseClosePool 0
testClosedPoolBehavior 0
testPOFAddObjectUsage 0.001
testPOFBorrowObjectUsages 0
testPOFReturnObjectUsages 0.001
testPOFInvalidateObjectUsages 0.25
testPOFClearUsages 0.001
testPOFCloseUsages 0
testSetFactory 0
testToString 0.001

TestStackObjectPoolFactory

testConstructors 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString 0
org/apache/commons/pool/impl/StackObjectPoolFactory
testCreatePool 0
org/apache/commons/pool/impl/StackObjectPoolFactory

TestBaseObjectPool

testUnsupportedOperations 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testClose 0
org/apache/commons/pool/TestBaseObjectPool$2
testBaseBorrow 0
testBaseAddObject 0
testBaseBorrowReturn 0
testBaseNumActiveNumIdle 0
testBaseClear 0
testBaseInvalidateObject 0
testBaseClosePool 0.001
testClosedPoolBehavior 0
testPOFAddObjectUsage 0
testPOFBorrowObjectUsages 0
testPOFReturnObjectUsages 0
testPOFInvalidateObjectUsages 0
testPOFClearUsages 0
testPOFCloseUsages 0
testSetFactory 0
testToString 0

TestBaseKeyedObjectPool

testUnsupportedOperations 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testBaseBorrow 0.001
testBaseAddObject 0
testBaseBorrowReturn 0
testBaseNumActiveNumIdle 0
testBaseClear 0
testBaseInvalidateObject 0.001
testBaseNumActiveNumIdle2 0
testClosedPoolBehavior 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString 0.001
testKPOFAddObjectUsage 0
testKPOFBorrowObjectUsages 0
testKPOFReturnObjectUsages 0
testKPOFInvalidateObjectUsages 0
testKPOFClearUsages 0
testKPOFCloseUsages 0

TestPoolUtils

testJavaBeanInstantiation 0.004
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testAdaptKeyedPoolableObjectFactory 0
org/apache/commons/pool/PoolUtils
testAdaptKeyedPoolableObjectFactoryKey 0
org/apache/commons/pool/PoolUtils
testAdaptPoolableObjectFactory 0
org/apache/commons/pool/PoolUtils
testAdaptKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testAdaptKeyedObjectPoolKey 0
org/apache/commons/pool/PoolUtils
testAdaptObjectPool 0
org/apache/commons/pool/PoolUtils
testCheckedPoolObjectPool 0
org/apache/commons/pool/PoolUtils
testCheckedPoolKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testCheckMinIdleObjectPool 0.001
org/apache/commons/pool/PoolUtils
testCheckMinIdleKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testCheckMinIdleKeyedObjectPoolKeys 0.005
org/apache/commons/pool/PoolUtils
testPrefillObjectPool 0
org/apache/commons/pool/PoolUtils
testPrefillKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testPrefillKeyedObjectPoolCollection 0
org/apache/commons/pool/PoolUtils
testSynchronizedPoolObjectPool 0.001
org/apache/commons/pool/PoolUtils
testSynchronizedPoolKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testSynchronizedPoolableFactoryPoolableObjectFactory 0.001
org/apache/commons/pool/PoolUtils
testSynchronizedPoolableFactoryKeyedPoolableObjectFactory 0
org/apache/commons/pool/PoolUtils
testErodingPoolObjectPool 0
org/apache/commons/pool/PoolUtils
testErodingPoolKeyedObjectPool 0.001
org/apache/commons/pool/PoolUtils
testErodingPerKeyKeyedObjectPool 0
org/apache/commons/pool/PoolUtils

TestGenericKeyedObjectPool

testWhenExhaustedGrow 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testEvictionOrder 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testEvictorVisiting 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testExceptionOnPassivateDuringReturn 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testExceptionOnDestroyDuringBorrow 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testExceptionOnDestroyDuringReturn 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testExceptionOnActivateDuringBorrow 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testNegativeMaxActive 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxIdle 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxActive 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxActiveZero 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testSettersAndGetters 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testConstructors 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testEviction 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMinIdle 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMinIdleMaxActive 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testThreaded1 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testFIFO 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testLIFO 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testNumActiveNumIdle2 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxTotal 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxTotalZero 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxTotalLRU 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testEviction2 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxTotalInvariant 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMinIdleNoPopulateImmediately 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testMinIdleNoPreparePool 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBlockedKeyDoesNotBlockPool 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testUnsupportedOperations 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseBorrow 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseAddObject 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseBorrowReturn 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseNumActiveNumIdle 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseClear 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseInvalidateObject 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseNumActiveNumIdle2 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testClosedPoolBehavior 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testToString 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFAddObjectUsage 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFBorrowObjectUsages 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFReturnObjectUsages 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFInvalidateObjectUsages 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFClearUsages 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFCloseUsages 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool

TestSoftReferenceObjectPool

testUnsupportedOperations 0.001
testClose 0
testBaseBorrow 0.001
testBaseAddObject 0
testBaseBorrowReturn 0.001
testBaseNumActiveNumIdle 0
testBaseClear 0
testBaseInvalidateObject 0
testBaseClosePool 0.001
testClosedPoolBehavior 0
testPOFAddObjectUsage 0
testPOFBorrowObjectUsages 0.001
testPOFReturnObjectUsages 0
testPOFInvalidateObjectUsages 0.25
testPOFClearUsages 0
testPOFCloseUsages 0
testSetFactory 0
testToString 0

TestStackObjectPool

testSetFactory 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testIdleCap 0
org/apache/commons/pool/impl/StackObjectPool
testPoolWithNullFactory 0
org/apache/commons/pool/impl/StackObjectPool
testVariousConstructors 0
org/apache/commons/pool/impl/StackObjectPool
testBorrowFromEmptyPoolWithNullFactory 0
org/apache/commons/pool/impl/StackObjectPool
testCantResetFactoryWithActiveObjects 0
org/apache/commons/pool/impl/StackObjectPool
testCanResetFactoryWithoutActiveObjects 0
org/apache/commons/pool/impl/StackObjectPool
testBorrowReturnWithSometimesInvalidObjects 0
org/apache/commons/pool/impl/StackObjectPool
testBorrowWithSometimesInvalidObjects 0
org/apache/commons/pool/impl/StackObjectPool
testReturnObjectDiscardOrder 0
org/apache/commons/pool/impl/StackObjectPool
testUnsupportedOperations 0
testClose 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testBaseBorrow 0
org/apache/commons/pool/impl/StackObjectPool
testBaseAddObject 0
org/apache/commons/pool/impl/StackObjectPool
testBaseBorrowReturn 0
org/apache/commons/pool/impl/StackObjectPool
testBaseNumActiveNumIdle 0
org/apache/commons/pool/impl/StackObjectPool
testBaseClear 0
org/apache/commons/pool/impl/StackObjectPool
testBaseInvalidateObject 0
org/apache/commons/pool/impl/StackObjectPool
testBaseClosePool 0
org/apache/commons/pool/impl/StackObjectPool
testClosedPoolBehavior 0
org/apache/commons/pool/impl/StackObjectPool
testPOFAddObjectUsage 0
org/apache/commons/pool/impl/StackObjectPool
testPOFBorrowObjectUsages 0
org/apache/commons/pool/impl/StackObjectPool
testPOFReturnObjectUsages 0
org/apache/commons/pool/impl/StackObjectPool
testPOFInvalidateObjectUsages 0
org/apache/commons/pool/impl/StackObjectPool
testPOFClearUsages 0
org/apache/commons/pool/impl/StackObjectPool
testPOFCloseUsages 0.001
org/apache/commons/pool/impl/StackObjectPool
testToString 0
org/apache/commons/pool/impl/StackObjectPool

Failure Details


testSetFactory
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testCloseBug
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testIdleCap
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testPoolWithNullFactory
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testVariousConstructors
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBorrowFromEmptyPoolWithNullFactory
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testCantResetFactoryWithActiveObjects
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testCanResetFactoryWithoutActiveObjects
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBorrowReturnWithSometimesInvalidObjects
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testUnsupportedOperations
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseBorrow
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseAddObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseBorrowReturn
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseNumActiveNumIdle
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseClear
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseInvalidateObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseNumActiveNumIdle2
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testClosedPoolBehavior
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFAddObjectUsage
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFBorrowObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFReturnObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFInvalidateObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFClearUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFCloseUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testDefaultMethods
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testConstructors
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testCreatePool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testConstructors
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testCreatePool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testConstructors
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericObjectPoolFactory
testCreatePool
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericObjectPoolFactory
testDefaultMethods
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testConstructors
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPoolFactory
testCreatePool
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPoolFactory
testUnsupportedOperations
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testClose
java.lang.NoClassDefFoundError: org/apache/commons/pool/TestBaseObjectPool$2
testUnsupportedOperations
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testClosedPoolBehavior
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testJavaBeanInstantiation
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testAdaptKeyedPoolableObjectFactory
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testAdaptKeyedPoolableObjectFactoryKey
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testAdaptPoolableObjectFactory
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testAdaptKeyedObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testAdaptKeyedObjectPoolKey
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testAdaptObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testCheckedPoolObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testCheckedPoolKeyedObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testCheckMinIdleObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testCheckMinIdleKeyedObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testCheckMinIdleKeyedObjectPoolKeys
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testPrefillObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testPrefillKeyedObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testPrefillKeyedObjectPoolCollection
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testSynchronizedPoolObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testSynchronizedPoolKeyedObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testSynchronizedPoolableFactoryPoolableObjectFactory
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testSynchronizedPoolableFactoryKeyedPoolableObjectFactory
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testErodingPoolObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testErodingPoolKeyedObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testErodingPerKeyKeyedObjectPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolUtils
testWhenExhaustedGrow
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testEvictionOrder
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testEvictorVisiting
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testExceptionOnPassivateDuringReturn
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testExceptionOnDestroyDuringBorrow
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testExceptionOnDestroyDuringReturn
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testExceptionOnActivateDuringBorrow
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testNegativeMaxActive
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxIdle
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxActive
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxActiveZero
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testSettersAndGetters
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testConstructors
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testEviction
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMinIdle
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMinIdleMaxActive
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testThreaded1
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testFIFO
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testLIFO
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testNumActiveNumIdle2
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxTotal
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxTotalZero
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxTotalLRU
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testEviction2
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMaxTotalInvariant
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMinIdleNoPopulateImmediately
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testMinIdleNoPreparePool
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBlockedKeyDoesNotBlockPool
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testUnsupportedOperations
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseBorrow
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseAddObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseBorrowReturn
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseNumActiveNumIdle
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseClear
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseInvalidateObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseNumActiveNumIdle2
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testClosedPoolBehavior
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testToString
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFAddObjectUsage
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFBorrowObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFReturnObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFInvalidateObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFClearUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFCloseUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testSetFactory
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testIdleCap
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testPoolWithNullFactory
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testVariousConstructors
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBorrowFromEmptyPoolWithNullFactory
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testCantResetFactoryWithActiveObjects
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testCanResetFactoryWithoutActiveObjects
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBorrowReturnWithSometimesInvalidObjects
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBorrowWithSometimesInvalidObjects
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testReturnObjectDiscardOrder
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testClose
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testBaseBorrow
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBaseAddObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBaseBorrowReturn
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBaseNumActiveNumIdle
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBaseClear
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBaseInvalidateObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBaseClosePool
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testClosedPoolBehavior
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testPOFAddObjectUsage
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testPOFBorrowObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testPOFReturnObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testPOFInvalidateObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testPOFClearUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testPOFCloseUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testToString
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool