Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
74 0 0 7 90.5% 1.522 s

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


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
ch.hslu.exercises.sw02.ex2 16 0 0 0 100% 0.541 s
ch.hslu.exercises.sw11.ex1.mergesort 2 0 0 2 0% 0.071 s
ch.hslu.exercises.sw02.ex3 8 0 0 0 100% 0.298 s
ch.hslu.exercises.sw13.ex5 1 0 0 0 100% 0.006 s
ch.hslu.exercises.sw02.ex4 5 0 0 0 100% 0.064 s
ch.hslu.exercises.sw13.ex3 1 0 0 0 100% 0.008 s
ch.hslu.exercises.sw04.ex1 3 0 0 0 100% 0.107 s
ch.hslu.exercises.sw09 3 0 0 3 0% 0.002 s
ch.hslu.exercises.sw08.ex1 1 0 0 1 0% 0.006 s
ch.hslu.exercises.sw01.ex1 3 0 0 0 100% 0.322 s
ch.hslu.exercises.sw12.ex7 2 0 0 0 100% 0.010 s
ch.hslu.exercises.sw01.ex2 1 0 0 1 0% 0.005 s
ch.hslu.exercises.sw01.ex4 13 0 0 0 100% 0.033 s
ch.hslu.exercises.sw01.ex7 15 0 0 0 100% 0.049 s

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

ch.hslu.exercises.sw02.ex2

- Class Tests Errors Failures Skipped Success Rate Time
AllocationTest 3 0 0 0 100% 0.512 s
MyLinkedListTest 13 0 0 0 100% 0.029 s

ch.hslu.exercises.sw11.ex1.mergesort

- Class Tests Errors Failures Skipped Success Rate Time
MergesortTaskTest 2 0 0 2 0% 0.071 s

ch.hslu.exercises.sw02.ex3

- Class Tests Errors Failures Skipped Success Rate Time
ArrayStringStackTest 7 0 0 0 100% 0.053 s
StackDemoTest 1 0 0 0 100% 0.245 s

ch.hslu.exercises.sw13.ex5

- Class Tests Errors Failures Skipped Success Rate Time
QuickSearchTest 1 0 0 0 100% 0.006 s

ch.hslu.exercises.sw02.ex4

- Class Tests Errors Failures Skipped Success Rate Time
ArrayCharQueueTest 5 0 0 0 100% 0.064 s

ch.hslu.exercises.sw13.ex3

- Class Tests Errors Failures Skipped Success Rate Time
KMPSearchTest 1 0 0 0 100% 0.008 s

ch.hslu.exercises.sw04.ex1

- Class Tests Errors Failures Skipped Success Rate Time
HashTableTest 3 0 0 0 100% 0.107 s

ch.hslu.exercises.sw09

- Class Tests Errors Failures Skipped Success Rate Time
SortingTest 3 0 0 3 0% 0.002 s

ch.hslu.exercises.sw08.ex1

- Class Tests Errors Failures Skipped Success Rate Time
NextPrimeTest 1 0 0 1 0% 0.006 s

ch.hslu.exercises.sw01.ex1

- Class Tests Errors Failures Skipped Success Rate Time
GGTTest 3 0 0 0 100% 0.322 s

ch.hslu.exercises.sw12.ex7

- Class Tests Errors Failures Skipped Success Rate Time
LanguageTest 2 0 0 0 100% 0.010 s

ch.hslu.exercises.sw01.ex2

- Class Tests Errors Failures Skipped Success Rate Time
AhaExampleTest 1 0 0 1 0% 0.005 s

ch.hslu.exercises.sw01.ex4

- Class Tests Errors Failures Skipped Success Rate Time
FibonacciTest 13 0 0 0 100% 0.033 s

ch.hslu.exercises.sw01.ex7

- Class Tests Errors Failures Skipped Success Rate Time
PalindromeCheckerTest 15 0 0 0 100% 0.049 s

Test Cases

[Summary] [Package List] [Test Cases]

FibonacciTest

fiboIter0 0.002 s
fiboIter1 0.001 s
fiboIter2 0 s
fiboRec13 0.001 s
fiboRec20 0.001 s
fiboRec21 0 s
fibRec11 0 s
fibRec12 0 s
fiboIter29 0.001 s
fiboRec110 0.001 s
fiboRec129 0.012 s
fiboRec229 0.002 s
fiboRec235 0.001 s

KMPSearchTest

testKMPSearch 0.004 s

HashTableTest

testAddNull 0.054 s
testAdd 0.006 s
testRemove 0.003 s

LanguageTest

testLanguageAlgo 0.006 s
testLanguageRegx 0.002 s

GGTTest

testGGTIterativ1 0.304 s
testGGTIterativ2 0.001 s
testGGTRekursiv 0.001 s

ArrayStringStackTest

testEmptyStack 0.004 s
testPushPeekPop 0.003 s
testFilledStackWithSizeZero 0.002 s
testPushStack 0.002 s
testEmptyStackException 0.003 s
testInitialization 0.003 s
testFilledStack 0.002 s

PalindromeCheckerTest

test22 0.020 s
test31 0.001 s
test41 0.001 s
test42 0.001 s
test43 0 s
test71 0.001 s
testOddDigits2 0.001 s
test1 0 s
test2 0.002 s
testManyDigits 0.001 s
testOddDigits 0.001 s
testGetNextPalindrome1 0.001 s
testGetNextPalindrome2 0.001 s
testGetNextPalindrome3 0.002 s
testInvalidInput 0.001 s

QuickSearchTest

test 0.002 s

NextPrimeTest

testNextPrime 0 s
- void ch.hslu.exercises.sw08.ex1.NextPrimeTest.testNextPrime() is @Disabled -

AllocationTest

testCompareTo 0.003 s
testInitialization 0.001 s
testEquals 0.498 s

MergesortTaskTest

testMergeSortLogic 0 s
- void ch.hslu.exercises.sw11.ex1.mergesort.MergesortTaskTest.testMergeSortLogic() is @Disabled -
testMergeSortPerformance 0 s
- void ch.hslu.exercises.sw11.ex1.mergesort.MergesortTaskTest.testMergeSortPerformance() is @Disabled -

MyLinkedListTest

testMyLinkedListRemoveHeadElement 0.002 s
testMyLinkedListEmpty 0.001 s
testMyLinkedListRemoveElement 0.001 s
testMyLinkedListContains 0 s
testMyLinkedListGetIndexNotPresent 0.002 s
testMyLinkedListContainsNull 0 s
testMyLinkedListPopHead1 0.001 s
testMyLinkedListPopHead2 0 s
testMyLinkedListRemoveElementThatDoesNotExist 0.001 s
testMyLinkedListRemoveDuplicateElement 0.001 s
testIllegalState 0.001 s
testMyLinkedListGetIndex 0 s
testMyLinkedListAddAllocation 0.004 s

StackDemoTest

testMain 0.242 s

ArrayCharQueueTest

testSize 0.005 s
testToString 0.029 s
testFIFOBehaviour 0.003 s
testPollUnderflow 0.006 s
testOfferBufferOverflow 0.003 s

SortingTest

testPerformance 0 s
- class ch.hslu.exercises.sw09.SortingTest is @Disabled -
testInsertionSort 0 s
- class ch.hslu.exercises.sw09.SortingTest is @Disabled -
testQuickSort 0 s
- class ch.hslu.exercises.sw09.SortingTest is @Disabled -

AhaExampleTest

testTask 0 s
- void ch.hslu.exercises.sw01.ex2.AhaExampleTest.testTask() throws java.lang.InterruptedException is @Disabled -

Failure Details

[Summary] [Package List] [Test Cases]


testNextPrime
- skipped: void ch.hslu.exercises.sw08.ex1.NextPrimeTest.testNextPrime() is @Disabled
testMergeSortLogic
- skipped: void ch.hslu.exercises.sw11.ex1.mergesort.MergesortTaskTest.testMergeSortLogic() is @Disabled
testMergeSortPerformance
- skipped: void ch.hslu.exercises.sw11.ex1.mergesort.MergesortTaskTest.testMergeSortPerformance() is @Disabled
testPerformance
- skipped: class ch.hslu.exercises.sw09.SortingTest is @Disabled
testInsertionSort
- skipped: class ch.hslu.exercises.sw09.SortingTest is @Disabled
testQuickSort
- skipped: class ch.hslu.exercises.sw09.SortingTest is @Disabled
testTask
- skipped: void ch.hslu.exercises.sw01.ex2.AhaExampleTest.testTask() throws java.lang.InterruptedException is @Disabled