Summary

Tests Errors Failures Success Rate Time
55 0 0 100.00% 2.64

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

Package List

Package Tests Errors Failures Success Rate Time
net.sf.jsort.linear 9 0 0 100.00% 0.07
net.sf.jsort.sort 24 0 0 100.00% 1.97
net.sf.jsort.queue 5 0 0 100.00% 0.01
net.sf.jsort.graph 14 0 0 100.00% 0.56
net.sf.jsort.util 3 0 0 100.00% 0.03

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

net.sf.jsort.linear

Class Tests Errors Failures Success Rate Time
CountingSortTest 4 0 0 100.00% 0.03
RadixSortTest 1 0 0 100.00% 0.01
RadixIndexResolverTest 3 0 0 100.00% 0.01
BaseLinearSortTest 1 0 0 100.00% 0.02

net.sf.jsort.sort

Class Tests Errors Failures Success Rate Time
InsertSortTest 4 0 0 100.00% 0.63
RandomizedQuickSortTest 4 0 0 100.00% 0.21
MergeInsertSortTest 4 0 0 100.00% 0.20
MergeSortTest 4 0 0 100.00% 0.20
QuickSortTest 4 0 0 100.00% 0.51
HeapSortTest 4 0 0 100.00% 0.21

net.sf.jsort.queue

Class Tests Errors Failures Success Rate Time
PriorityQueueTest 5 0 0 100.00% 0.01

net.sf.jsort.graph

Class Tests Errors Failures Success Rate Time
DistanceGraphConverterTest 1 0 0 100.00% 0.03
PathTest 3 0 0 100.00% 0.01
TopologicalSortTest 3 0 0 100.00% 0.03
DijkstraPathTest 7 0 0 100.00% 0.50

net.sf.jsort.util

Class Tests Errors Failures Success Rate Time
DoubleWeightResolverTest 1 0 0 100.00% 0.00
ClassCastIndexResolverTest 2 0 0 100.00% 0.02

Test Cases

InsertSortTest

testNaturalOrder 0.02
testComparatorSort 0.00
testArrayNaturalSort 0.00
testBenchmark 0.60

DistanceGraphConverterTest

testSimpleGraph 0.02

PathTest

testSimplePath 0.00
test2VertexPath 0.00
testMultipleVertexPath 0.00

RandomizedQuickSortTest

testNaturalOrder 0.00
testComparatorSort 0.00
testArrayNaturalSort 0.00
testBenchmark 0.20

CountingSortTest

testSortEverything 0.00
testSortRange1 0.00
testSortRange2 0.00
testStability 0.00

RadixSortTest

testSortEverything 0.00

RadixIndexResolverTest

test1Digit 0.00
test2Digit 0.00
test3Digit 0.00

DoubleWeightResolverTest

testAll 0.00

PriorityQueueTest

testIsEmpty 0.00
testPriority 0.00
testEmptyStart 0.00
testComparatorPriority 0.00
testComparatorEmptyStart 0.00

BaseLinearSortTest

testSort 0.00

ClassCastIndexResolverTest

testGetInstance 0.01
testResolveIndex 0.00

TopologicalSortTest

testDirectOrder 0.00
testDirectOrder2 0.00
testInverseOrder 0.01

MergeInsertSortTest

testNaturalOrder 0.00
testComparatorSort 0.00
testArrayNaturalSort 0.00
testBenchmark 0.19

MergeSortTest

testNaturalOrder 0.00
testComparatorSort 0.00
testArrayNaturalSort 0.00
testBenchmark 0.19

QuickSortTest

testNaturalOrder 0.00
testComparatorSort 0.00
testArrayNaturalSort 0.00
testBenchmark 0.50

HeapSortTest

testNaturalOrder 0.00
testComparatorSort 0.00
testArrayNaturalSort 0.00
testBenchmark 0.20

DijkstraPathTest

testSimplePath 0.28
testSimplePath2 0.00
testSimplePath3 0.00
testSimplePath4 0.01
testSimplePath5 0.00
testCompositePath1 0.00
testMissingVertex 0.00