Surefire Report

Summary


Tests Errors Failures Skipped Success Rate Time
242 152 0 0 37.19% 59.571

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 124 0 0 32.609% 59.411
org.apache.commons.pool 58 28 0 0 51.724% 0.16

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
TestGenericObjectPool 58 0 0 0 100% 59.139
TestSoftReferenceObjectPool 18 17 0 0 5.556% 0.03
TestStackKeyedObjectPool 25 25 0 0 0% 0.032
TestStackObjectPool 27 26 0 0 3.704% 0.057
TestStackKeyedObjectPoolFactory 3 3 0 0 0% 0.006
TestGenericKeyedObjectPool 44 44 0 0 0% 0.111
TestStackObjectPoolFactory 3 3 0 0 0% 0.011
TestGenericKeyedObjectPoolFactory 3 3 0 0 0% 0.013
TestGenericObjectPoolFactory 3 3 0 0 0% 0.012

org.apache.commons.pool

Class Tests Errors Failures Skipped Success Rate Time
TestBaseObjectPool 18 2 0 0 88.889% 0.04
TestBaseKeyedObjectPool 16 2 0 0 87.5% 0.013
TestBaseKeyedPoolableObjectFactory 1 1 0 0 0% 0.004
TestBasePoolableObjectFactory 1 1 0 0 0% 0.006
TestPoolUtils 22 22 0 0 0% 0.097

Test Cases

TestGenericObjectPool

testConstructors 0.001
testWhenExhaustedGrow 0
testWhenExhaustedFail 0
testWhenExhaustedBlock 0.019
testEvictWhileEmpty 0
testEvictAddObjects 0.868
testEvictLIFO 0.131
testEvictFIFO 0.131
testEvictionOrder 2.079
testEvictorVisiting 0.03
testExceptionOnPassivateDuringReturn 0
testExceptionOnDestroyDuringBorrow 0
testExceptionOnDestroyDuringReturn 0.001
testExceptionOnActivateDuringBorrow 0
testSetFactoryWithActiveObjects 0
testSetFactoryWithNoActiveObjects 0.001
testNegativeMaxActive 0
testMaxIdle 0.001
testMaxIdleZero 0.001
testMaxActive 0
testTimeoutNoLeak 0.014
testMaxActiveZero 0
testMaxActiveUnderLoad 24.118
testInvalidWhenExhaustedAction 0
testSettersAndGetters 0
testDefaultConfiguration 0
testSetConfig 0
testDebugInfo 0
testStartAndStopEvictor 0.417
testEvictionWithNegativeNumTests 0.423
testEviction 8.064
testEvictionSoftMinIdle 3.508
testMinIdle 0.629
testMinIdleMaxActive 0.936
testThreaded1 7.075
testMaxActiveInvariant 1.62
testFIFO 0.001
testLIFO 0
testAddObject 0
testBorrowObjectFairness 8.787
testUnsupportedOperations 0
testBaseBorrowReturn 0
testBaseBorrow 0
testBaseNumActiveNumIdle 0
testBaseClear 0
testBaseInvalidateObject 0
testBaseAddObject 0
testClose 0
testBaseClosePool 0
testClosedPoolBehavior 0
testToString 0
testPOFAddObjectUsage 0
testPOFBorrowObjectUsages 0
testPOFReturnObjectUsages 0
testPOFInvalidateObjectUsages 0.256
testPOFClearUsages 0
testPOFCloseUsages 0
testSetFactory 0

TestBaseObjectPool

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

TestSoftReferenceObjectPool

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

TestBaseKeyedObjectPool

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

TestBaseKeyedPoolableObjectFactory

testDefaultMethods 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented

TestStackKeyedObjectPool

testToString 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testSetFactory 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testIdleCap 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testPoolWithNullFactory 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
testVariousConstructors 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testCloseBug 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testUnsupportedOperations 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseBorrowReturn 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseBorrow 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseNumActiveNumIdle 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseNumActiveNumIdle2 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseClear 0
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseInvalidateObject 0.001
org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseAddObject 0.003
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
org/apache/commons/pool/impl/StackKeyedObjectPool
testKPOFCloseUsages 0
org/apache/commons/pool/impl/StackKeyedObjectPool

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
testBorrowFromEmptyPoolWithNullFactory 0
org/apache/commons/pool/impl/StackObjectPool
testCantResetFactoryWithActiveObjects 0
org/apache/commons/pool/impl/StackObjectPool
testCanResetFactoryWithoutActiveObjects 0
org/apache/commons/pool/impl/StackObjectPool
testBorrowWithSometimesInvalidObjects 0
org/apache/commons/pool/impl/StackObjectPool
testBorrowReturnWithSometimesInvalidObjects 0.001
org/apache/commons/pool/impl/StackObjectPool
testVariousConstructors 0.001
org/apache/commons/pool/impl/StackObjectPool
testReturnObjectDiscardOrder 0.001
org/apache/commons/pool/impl/StackObjectPool
testUnsupportedOperations 0
testBaseBorrowReturn 0
org/apache/commons/pool/impl/StackObjectPool
testBaseBorrow 0
org/apache/commons/pool/impl/StackObjectPool
testBaseNumActiveNumIdle 0.001
org/apache/commons/pool/impl/StackObjectPool
testBaseClear 0
org/apache/commons/pool/impl/StackObjectPool
testBaseInvalidateObject 0
org/apache/commons/pool/impl/StackObjectPool
testBaseAddObject 0
org/apache/commons/pool/impl/StackObjectPool
testClose 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testBaseClosePool 0
org/apache/commons/pool/impl/StackObjectPool
testClosedPoolBehavior 0.001
org/apache/commons/pool/impl/StackObjectPool
testToString 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
org/apache/commons/pool/impl/StackObjectPool

TestStackKeyedObjectPoolFactory

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

TestGenericKeyedObjectPool

testConstructors 0.002
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testWhenExhaustedGrow 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testEvictionOrder 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testEvictorVisiting 0.001
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.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testSettersAndGetters 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
org/apache/commons/pool/impl/GenericKeyedObjectPool
testUnsupportedOperations 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseBorrowReturn 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseBorrow 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseNumActiveNumIdle 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseNumActiveNumIdle2 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseClear 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseInvalidateObject 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseAddObject 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testClosedPoolBehavior 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFAddObjectUsage 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFBorrowObjectUsages 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFReturnObjectUsages 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFInvalidateObjectUsages 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFClearUsages 0
org/apache/commons/pool/impl/GenericKeyedObjectPool
testKPOFCloseUsages 0.001
org/apache/commons/pool/impl/GenericKeyedObjectPool
testToString 0
org/apache/commons/pool/impl/GenericKeyedObjectPool

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

TestBasePoolableObjectFactory

testDefaultMethods 0.001
net/sourceforge/cobertura/coveragedata/HasBeenInstrumented

TestGenericKeyedObjectPoolFactory

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

TestGenericObjectPoolFactory

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

TestPoolUtils

testJavaBeanInstantiation 0.006
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.001
org/apache/commons/pool/PoolUtils
testCheckedPoolObjectPool 0
org/apache/commons/pool/PoolUtils
testCheckedPoolKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testCheckMinIdleObjectPool 0
org/apache/commons/pool/PoolUtils
testCheckMinIdleKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testCheckMinIdleKeyedObjectPoolKeys 0.008
org/apache/commons/pool/PoolUtils
testPrefillObjectPool 0
org/apache/commons/pool/PoolUtils
testPrefillKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testPrefillKeyedObjectPoolCollection 0.001
org/apache/commons/pool/PoolUtils
testSynchronizedPoolObjectPool 0.001
org/apache/commons/pool/PoolUtils
testSynchronizedPoolKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testSynchronizedPoolableFactoryPoolableObjectFactory 0
org/apache/commons/pool/PoolUtils
testSynchronizedPoolableFactoryKeyedPoolableObjectFactory 0.001
org/apache/commons/pool/PoolUtils
testErodingPoolObjectPool 0
org/apache/commons/pool/PoolUtils
testErodingPoolKeyedObjectPool 0
org/apache/commons/pool/PoolUtils
testErodingPerKeyKeyedObjectPool 0
org/apache/commons/pool/PoolUtils

Failure Details


testUnsupportedOperations
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testClose
java.lang.NoClassDefFoundError: org/apache/commons/pool/TestBaseObjectPool$2
testBaseBorrowReturn
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testBaseBorrow
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testBaseNumActiveNumIdle
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testBaseClear
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testBaseInvalidateObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testBaseAddObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testClose
java.lang.NoClassDefFoundError: org/apache/commons/pool/TestBaseObjectPool$2
testBaseClosePool
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testClosedPoolBehavior
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testToString
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testPOFAddObjectUsage
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testPOFBorrowObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testPOFReturnObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testPOFInvalidateObjectUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testPOFClearUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testPOFCloseUsages
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testSetFactory
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/SoftReferenceObjectPool
testUnsupportedOperations
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testClosedPoolBehavior
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testDefaultMethods
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testToString
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testSetFactory
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
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
testVariousConstructors
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testCloseBug
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testUnsupportedOperations
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseBorrowReturn
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseBorrow
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseNumActiveNumIdle
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackKeyedObjectPool
testBaseNumActiveNumIdle2
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
testBaseAddObject
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
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
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
testBorrowWithSometimesInvalidObjects
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBorrowReturnWithSometimesInvalidObjects
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testVariousConstructors
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testReturnObjectDiscardOrder
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBaseBorrowReturn
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testBaseBorrow
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
testBaseAddObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testClose
java.lang.NoClassDefFoundError: net/sourceforge/cobertura/coveragedata/HasBeenInstrumented
testBaseClosePool
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testClosedPoolBehavior
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/StackObjectPool
testToString
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
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
testWhenExhaustedGrow
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
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
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
testBaseBorrowReturn
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseBorrow
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseNumActiveNumIdle
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testBaseNumActiveNumIdle2
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
testBaseAddObject
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
testClosedPoolBehavior
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
testToString
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericKeyedObjectPool
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
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/impl/GenericObjectPoolFactory
testCreatePool
java.lang.NoClassDefFoundError: org/apache/commons/pool/impl/GenericObjectPoolFactory
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