[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 70 | 0 | 0 | 1 | 98.571% | 111.644 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| cz.cuni.amis.hashmap | 2 | 0 | 0 | 0 | 100% | 1.929 |
| cz.cuni.amis.configuration | 1 | 0 | 0 | 0 | 100% | 0.019 |
| cz.cuni.amis.concurrency | 10 | 0 | 0 | 1 | 90% | 6.636 |
| cz.cuni.amis.utils | 27 | 0 | 0 | 0 | 100% | 0.169 |
| cz.cuni.amis.utils.maps | 3 | 0 | 0 | 0 | 100% | 0.254 |
| cz.cuni.amis.utils.heap | 1 | 0 | 0 | 0 | 100% | 0.02 |
| cz.cuni.amis.utils.token | 4 | 0 | 0 | 0 | 100% | 0.049 |
| cz.cuni.amis.utils.sets | 3 | 0 | 0 | 0 | 100% | 2.108 |
| cz.cuni.amis.utils.flag | 4 | 0 | 0 | 0 | 100% | 0.917 |
| cz.cuni.amis.utils.astar | 15 | 0 | 0 | 0 | 100% | 99.543 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Test01_WeakHashMap | 1 | 0 | 0 | 0 | 100% | 1.911 | |
| Test02_MapWithKeyListeners | 1 | 0 | 0 | 0 | 100% | 0.018 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Test01_PropertiesManager_Instantiation | 1 | 0 | 0 | 0 | 100% | 0.019 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Test08_HashSet | 1 | 0 | 0 | 0 | 100% | 0.3 | |
| Test01_HashMap | 1 | 0 | 0 | 0 | 100% | 0.504 | |
| Test02_HashMap | 1 | 0 | 0 | 0 | 100% | 0.332 | |
| Test07_AtomicLongList | 1 | 0 | 0 | 0 | 100% | 1.3 | |
| Test03_SyncHashMap | 1 | 0 | 0 | 0 | 100% | 1.596 | |
| Test04_SyncHashMap_Reads | 1 | 0 | 0 | 0 | 100% | 0.935 | |
| Test06_AtomicIntegerList | 1 | 0 | 0 | 0 | 100% | 1.335 | |
| Test05_AtomicInc | 1 | 0 | 0 | 0 | 100% | 0.152 | |
| Test10_SyncAccessToInt | 1 | 0 | 0 | 0 | 100% | 0.181 | |
| Test09_ReadWriteLock | 1 | 0 | 0 | 1 | 0% | 0.001 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Test03_ExceptionToString | 4 | 0 | 0 | 0 | 100% | 0.018 | |
| Test05_IniFile | 1 | 0 | 0 | 0 | 100% | 0.029 | |
| Test01_NKey | 1 | 0 | 0 | 0 | 100% | 0.025 | |
| Test06_FileMarker | 4 | 0 | 0 | 0 | 100% | 0.029 | |
| Test04_Iterators | 16 | 0 | 0 | 0 | 100% | 0.039 | |
| Test02_NKeyCommutative | 1 | 0 | 0 | 0 | 100% | 0.029 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Test01_HashTriMap | 2 | 0 | 0 | 0 | 100% | 0.012 | |
| Test02_WeakHashTriMap | 1 | 0 | 0 | 0 | 100% | 0.242 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Test01_Tokens | 3 | 0 | 0 | 0 | 100% | 0.017 | |
| Test02_Serialization | 1 | 0 | 0 | 0 | 100% | 0.032 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Test01_ConcurrentLinkedHashSet | 1 | 0 | 0 | 0 | 100% | 1.297 | |
| Test03_ConcurrentLinkedHashSet | 1 | 0 | 0 | 0 | 100% | 0.016 | |
| Test02_ConcurrentHashSet | 1 | 0 | 0 | 0 | 100% | 0.795 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Test01_SimpleFlagTests | 1 | 0 | 0 | 0 | 100% | 0.025 | |
| Test03_Serialization | 1 | 0 | 0 | 0 | 100% | 0.051 | |
| Test02_RaceConditions | 1 | 0 | 0 | 0 | 100% | 0.05 | |
| Test04_FlagInteger | 1 | 0 | 0 | 0 | 100% | 0.791 |
| Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
|---|---|---|---|---|---|---|---|
| Test02_AStarHeap | 6 | 0 | 0 | 0 | 100% | 54.909 | |
| Test04_AStar | 6 | 0 | 0 | 0 | 100% | 44.563 | |
| Test03_AStarHeap_DecreaseKey | 2 | 0 | 0 | 0 | 100% | 0.061 | |
| Test01_AStarHeapComparator | 1 | 0 | 0 | 0 | 100% | 0.01 |
[Summary] [Package List] [Test Cases]
| test1_Put100Sequention | 0.042 | |
| test2_Put100Random | 0.009 | |
| test3_Put10000Random | 0.568 | |
| test4_100x_Put10000Random | 26.974 | |
| test5_Put10000Random_RevertCost | 0.281 | |
| test6_100x_Put10000Random_RevertCost | 27.035 |
| test1 | 0.321 | |
| test2 | 0.306 | |
| test3 | 0.304 | |
| test4Same | 0.014 | |
| test5PositiveRandom | 14.188 | |
| test6NegativeRandom | 29.43 |
| test01_Simple | 0.011 | |
| test02_Remove | 0.002 | |
| test03_RemoveExceptions | 0.001 | |
| test04_EmptyIterator_First | 0.002 | |
| test05_EmptyIterator_Middle | 0.002 | |
| test06_EmptyIterator_Last | 0.002 | |
| test07_HasNext_And_Remove | 0.003 | |
| test08_HasNext_And_Remove_EmptyIterator_First | 0.002 | |
| test09_HasNext_And_Remove_EmptyIterator_Middle | 0.002 | |
| test10_HasNext_And_Remove_EmptyIterator_Last | 0.002 | |
| test10_HasNext_And_Remove_EmptyIterator_First_NullIterator | 0.002 | |
| test12_HasNext_And_Remove_EmptyIterator_Middle_NullIterator | 0.002 | |
| test13_HasNext_And_Remove_EmptyIterator_Last_NullIterator | 0.002 | |
| test14_HasNext_And_Remove_EmptyIterator_Last_NullIterator | 0.002 | |
| test15_OnlyNull_1 | 0 | |
| test15_OnlyNull_2 | 0.002 |
[Summary] [Package List] [Test Cases]
| cz.cuni.amis.concurrency.Test09_ReadWriteLock | |
| skipped: skipped |