Summary

[ summary] [ package list] [ test cases]

TestsErrorsFailuresSuccess rateTime(s)
632195,24%3,91

Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.

Package List

[ summary] [ package list] [ test cases]

PackageTestsErrorsFailuresSuccess RateTime
40175,00%1,86
org.fjank.jcache 2500100,00%0,66
org.fjank.jcache.collection 272092,59%0,77
org.fjank.jcache.distribution 700100,00%0,61

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

ClassTestsErrorsFailuresSuccess RateTime
Success Bug1037611 100100,00%0,330
Failure Bug1097240 1010,00%0,320
Success Bug974609_1 100100,00%0,380
Success Bug974609_2 100100,00%0,831

org.fjank.jcache

ClassTestsErrorsFailuresSuccess RateTime
Success CacheGroupTest 1800100,00%0,321
Success CacheObjectInfoImplTest 700100,00%0,341

org.fjank.jcache.collection

ClassTestsErrorsFailuresSuccess RateTime
Error MapAdapterTest 142085,71%0,391
Success SetProxyTest 1300100,00%0,381

org.fjank.jcache.distribution

ClassTestsErrorsFailuresSuccess RateTime
Success ClusterNotificationTest 500100,00%0,311
Success SerializableCacheObjectTest 200100,00%0,300

Test Cases

[ summary] [ package list] [ test cases]

Bug1037611

Success testResetCache0,03

Bug1097240

Failure warning0,02
No tests found in Bug1097240

Bug974609_1

Success testSetMaxObjects0,07

Bug974609_2

Success testSetDiskSize0,53

CacheGroupTest

Success testGet0,01
Success testPutObjectCacheObjectObject0,00
Success testPutCacheGroup0,00
Success testGetAttributes0,00
Success testReplaceObjectCacheObject0,00
Success testReplaceObjectStringCacheObject0,00
Success testInvalidate0,00
Success testDestroy0,00
Success testContains0,01
Success testRemoveMe0,00
Success testGetCurrentSize0,00
Success testGetGroup0,00
Success testGetName0,00
Success testGetObjectCount0,00
Success testContainsValue0,00
Success testKeySet0,00
Success testValues0,00
Success testEntrySet0,00

CacheObjectInfoImplTest

Success testGetRegion0,02
Success testGetName0,00
Success testGetType0,00
Success testGetGroup0,00
Success testGetRefCount0,00
Success testGetAccesses0,00
Success testGetExpire0,02

MapAdapterTest

Success testSize0,08
Success testIsEmpty0,00
Success testContainsKey0,00
Success testContainsValue0,00
Success testGet0,00
Success testPut0,00
Success testRemove0,00
Error testPutString0,00
N/A
Error testRemoveString0,01
N/A
Success testPutAll0,00
Success testClear0,00
Success testKeySet0,00
Success testValues0,00
Success testEntrySet0,00

SetProxyTest

Success testAdd0,07
Success testAddAll0,00
Success testClear0,00
Success testContains0,00
Success testContainsAll0,00
Success testIsEmpty0,00
Success testIterator0,00
Success testRemove0,00
Success testRemoveAll0,00
Success testRetainAll0,00
Success testSize0,00
Success testToArray0,00
Success testToArrayObjectArray0,00

ClusterNotificationTest

Success testGetData0,00
Success testGetType0,00
Success testGetRegionName0,00
Success testGetGroupName0,00
Success testToString0,00

SerializableCacheObjectTest

Success testGetKey0,00
Success testGetValue0,00

Failure details

Failure warning
No tests found in Bug1097240
junit.framework.AssertionFailedError: No tests found in Bug1097240
Error testPutString
N/A
java.lang.NullPointerException at org.fjank.jcache.AttributesImpl.<init>(AttributesImpl.java:64) at org.fjank.jcache.CacheAccessImpl2.defineGroupImpl(CacheAccessImpl2.java:179) at org.fjank.jcache.CacheAccessImpl2.defineGroup(CacheAccessImpl2.java:110) at org.fjank.jcache.collection.MapAdapter.put(MapAdapter.java:145) at org.fjank.jcache.collection.MapAdapterTest.testPutString(MapAdapterTest.java:133)
Error testRemoveString
N/A
java.lang.NullPointerException at org.fjank.jcache.AttributesImpl.<init>(AttributesImpl.java:64) at org.fjank.jcache.CacheAccessImpl2.defineGroupImpl(CacheAccessImpl2.java:179) at org.fjank.jcache.CacheAccessImpl2.defineGroup(CacheAccessImpl2.java:110) at org.fjank.jcache.collection.MapAdapter.put(MapAdapter.java:145) at org.fjank.jcache.collection.MapAdapterTest.testRemoveString(MapAdapterTest.java:138)