Surefire Report

Summary

[Summary] [Package List] [Test Cases]


TestsErrors FailuresSkippedSuccess RateTime
7200198.611%110.417

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


PackageTestsErrors FailuresSkippedSuccess RateTime
cz.cuni.amis.hashmap2000100%1.916
cz.cuni.amis.configuration1000100%0.024
cz.cuni.amis.concurrency1000190%6.459
cz.cuni.amis.utils29000100%0.172
cz.cuni.amis.utils.maps3000100%0.244
cz.cuni.amis.utils.heap1000100%0.021
cz.cuni.amis.utils.token4000100%0.048
cz.cuni.amis.utils.sets3000100%2.144
cz.cuni.amis.utils.flag4000100%0.933
cz.cuni.amis.utils.astar15000100%98.456

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

cz.cuni.amis.hashmap

ClassTestsErrors FailuresSkippedSuccess RateTime
Test01_WeakHashMap1000100%1.897
Test02_MapWithKeyListeners1000100%0.019

cz.cuni.amis.configuration

ClassTestsErrors FailuresSkippedSuccess RateTime
Test01_PropertiesManager_Instantiation1000100%0.024

cz.cuni.amis.concurrency

ClassTestsErrors FailuresSkippedSuccess RateTime
Test08_HashSet1000100%0.296
Test01_HashMap1000100%0.471
Test02_HashMap1000100%0.325
Test07_AtomicLongList1000100%0.949
Test03_SyncHashMap1000100%1.788
Test04_SyncHashMap_Reads1000100%0.924
Test06_AtomicIntegerList1000100%1.398
Test05_AtomicInc1000100%0.135
Test10_SyncAccessToInt1000100%0.173
Test09_ReadWriteLock10010%0

cz.cuni.amis.utils

ClassTestsErrors FailuresSkippedSuccess RateTime
Test03_ExceptionToString4000100%0.016
Test05_IniFile1000100%0.031
Test01_NKey1000100%0.025
Test06_FileMarker4000100%0.029
Test04_Iterators18000100%0.044
Test02_NKeyCommutative1000100%0.027

cz.cuni.amis.utils.maps

ClassTestsErrors FailuresSkippedSuccess RateTime
Test01_HashTriMap2000100%0.013
Test02_WeakHashTriMap1000100%0.231

cz.cuni.amis.utils.heap

ClassTestsErrors FailuresSkippedSuccess RateTime
Test01_Heap1000100%0.021

cz.cuni.amis.utils.token

ClassTestsErrors FailuresSkippedSuccess RateTime
Test01_Tokens3000100%0.016
Test02_Serialization1000100%0.032

cz.cuni.amis.utils.sets

ClassTestsErrors FailuresSkippedSuccess RateTime
Test01_ConcurrentLinkedHashSet1000100%1.271
Test03_ConcurrentLinkedHashSet1000100%0.017
Test02_ConcurrentHashSet1000100%0.856

cz.cuni.amis.utils.flag

ClassTestsErrors FailuresSkippedSuccess RateTime
Test01_SimpleFlagTests1000100%0.024
Test03_Serialization1000100%0.051
Test02_RaceConditions1000100%0.059
Test04_FlagInteger1000100%0.799

cz.cuni.amis.utils.astar

ClassTestsErrors FailuresSkippedSuccess RateTime
Test02_AStarHeap6000100%51.21
Test04_AStar6000100%47.182
Test03_AStarHeap_DecreaseKey2000100%0.054
Test01_AStarHeapComparator1000100%0.01

Test Cases

[Summary] [Package List] [Test Cases]

Test02_AStarHeap

test1_Put100Sequention0.043
test2_Put100Random0.009
test3_Put10000Random0.529
test4_100x_Put10000Random25.171
test5_Put10000Random_RevertCost0.253
test6_100x_Put10000Random_RevertCost25.205

Test04_AStar

test10.324
test20.316
test30.296
test4Same0.015
test5PositiveRandom17.103
test6NegativeRandom29.128

Test01_PropertiesManager_Instantiation

test0.024

Test03_ExceptionToString

test010.012
test020.001
test030.001
test040.002

Test01_WeakHashMap

test1.897

Test01_SimpleFlagTests

test010.024

Test01_ConcurrentLinkedHashSet

test1.271

Test03_AStarHeap_DecreaseKey

test10.044
test20.01

Test02_MapWithKeyListeners

test0.019

Test08_HashSet

test0.296

Test03_Serialization

test030.051

Test01_AStarHeapComparator

test0.01

Test01_HashTriMap

testCreateGet0.012
testShallowCopy0.001

Test05_IniFile

test010.031

Test01_NKey

test0.025

Test01_Heap

test0.021

Test01_HashMap

test0.471

Test02_HashMap

test0.325

Test01_Tokens

test01_Equals0.014
test02_TokensInHashSet0.001
test03_TokensInHashMapAsKeys0.001

Test07_AtomicLongList

test0.949

Test03_SyncHashMap

test1.788

Test04_SyncHashMap_Reads

test0.924

Test02_RaceConditions

test010.059

Test02_WeakHashTriMap

testWeakReferencing0.231

Test06_FileMarker

test010.012
test020.003
test030.005
test040.009

Test03_ConcurrentLinkedHashSet

test0.017

Test06_AtomicIntegerList

test1.398

Test05_AtomicInc

testAtomicInt0.135

Test02_ConcurrentHashSet

test0.856

Test04_Iterators

test01_Simple0.012
test02_Remove0.004
test03_RemoveExceptions0.001
test04_EmptyIterator_First0.002
test05_EmptyIterator_Middle0.003
test06_EmptyIterator_Last0.002
test07_HasNext_And_Remove0.003
test08_HasNext_And_Remove_EmptyIterator_First0.002
test09_HasNext_And_Remove_EmptyIterator_Middle0.002
test10_HasNext_And_Remove_EmptyIterator_Last0.002
test10_HasNext_And_Remove_EmptyIterator_First_NullIterator0.002
test12_HasNext_And_Remove_EmptyIterator_Middle_NullIterator0.002
test13_HasNext_And_Remove_EmptyIterator_Last_NullIterator0.002
test14_HasNext_And_Remove_EmptyIterator_Last_NullIterator0.002
test15_OnlyNull_10
test15_OnlyNull_20.002
test15_OnlyNull_30
test15_OnlyNull_40.001

Test02_Serialization

test010.032

Test02_NKeyCommutative

test0.027

Test10_SyncAccessToInt

test0.173

Test04_FlagInteger

test0.799

Failure Details

[Summary] [Package List] [Test Cases]


cz.cuni.amis.concurrency.Test09_ReadWriteLock
skipped: skipped