Summary
[
summary] [
package list] [
test cases]
Tests | Errors | Failures | Success rate | Time(s) |
63 | 2 | 1 | 95,24% | 3,91 |
Note:
failuresare anticipated and checked for with assertions while
errorsare unanticipated.
Test Cases
[
summary] [
package list] [
test cases]
Bug1037611
| testResetCache | 0,03 |
Bug1097240
| warning | 0,02 |
No tests found in Bug1097240
|
Bug974609_1
| testSetMaxObjects | 0,07 |
Bug974609_2
| testSetDiskSize | 0,53 |
CacheGroupTest
| testGet | 0,01 |
| testPutObjectCacheObjectObject | 0,00 |
| testPutCacheGroup | 0,00 |
| testGetAttributes | 0,00 |
| testReplaceObjectCacheObject | 0,00 |
| testReplaceObjectStringCacheObject | 0,00 |
| testInvalidate | 0,00 |
| testDestroy | 0,00 |
| testContains | 0,01 |
| testRemoveMe | 0,00 |
| testGetCurrentSize | 0,00 |
| testGetGroup | 0,00 |
| testGetName | 0,00 |
| testGetObjectCount | 0,00 |
| testContainsValue | 0,00 |
| testKeySet | 0,00 |
| testValues | 0,00 |
| testEntrySet | 0,00 |
CacheObjectInfoImplTest
| testGetRegion | 0,02 |
| testGetName | 0,00 |
| testGetType | 0,00 |
| testGetGroup | 0,00 |
| testGetRefCount | 0,00 |
| testGetAccesses | 0,00 |
| testGetExpire | 0,02 |
MapAdapterTest
| testSize | 0,08 |
| testIsEmpty | 0,00 |
| testContainsKey | 0,00 |
| testContainsValue | 0,00 |
| testGet | 0,00 |
| testPut | 0,00 |
| testRemove | 0,00 |
| testPutString | 0,00 |
N/A |
| testRemoveString | 0,01 |
N/A |
| testPutAll | 0,00 |
| testClear | 0,00 |
| testKeySet | 0,00 |
| testValues | 0,00 |
| testEntrySet | 0,00 |
SetProxyTest
| testAdd | 0,07 |
| testAddAll | 0,00 |
| testClear | 0,00 |
| testContains | 0,00 |
| testContainsAll | 0,00 |
| testIsEmpty | 0,00 |
| testIterator | 0,00 |
| testRemove | 0,00 |
| testRemoveAll | 0,00 |
| testRetainAll | 0,00 |
| testSize | 0,00 |
| testToArray | 0,00 |
| testToArrayObjectArray | 0,00 |
ClusterNotificationTest
| testGetData | 0,00 |
| testGetType | 0,00 |
| testGetRegionName | 0,00 |
| testGetGroupName | 0,00 |
| testToString | 0,00 |
SerializableCacheObjectTest
| testGetKey | 0,00 |
| testGetValue | 0,00 |
Failure details
|
warning
|
No tests found in Bug1097240
|
junit.framework.AssertionFailedError: No tests found in Bug1097240
|
|
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)
|
|
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)
|