[ summary] [ package list] [ test cases]
| Tests | Errors | Failures | Success rate | Time(s) |
|---|---|---|---|---|
| 4 | 0 | 1 | 75.00% | 1.18 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
| Package | Tests | Errors | Failures | Success Rate | Time |
|---|---|---|---|---|---|
| net.sf.ashkay | 1 | 0 | 0 | 100.00% | 0.14 |
| net.sf.ashkay.strategies | 3 | 0 | 1 | 66.67% | 1.04 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Success Rate | Time | |
|---|---|---|---|---|---|---|
|
| FullCachingStrategyTest | 1 | 0 | 0 | 100.00% | 0.113 |
|
| NullCachingStrategyTest | 1 | 0 | 0 | 100.00% | 0.127 |
|
| SoftReferenceCachingStrategyTest | 1 | 0 | 1 | 0.00% | 0.799 |
|
| testCachingStrategy |
Factory not called after death expected:<10002> but was:<10001>
| |
junit.framework.AssertionFailedError: Factory not called after death expected:<10002> but was:<10001> at net.sf.ashkay.strategies.SoftReferenceCachingStrategyTest.testCachingStrategy(SoftReferenceCachingStrategyTest.java:43)
| |