Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
69 0 0 1 98.6% 1.601 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.sw01.ex1 3 0 0 0 100% 0.413 s
ch.hslu.exercises.sw01.ex2 1 0 0 1 0% 0.003 s
ch.hslu.exercises.sw02.ex2 12 0 0 0 100% 0.090 s
ch.hslu.exercises.sw02.ex3 8 0 0 0 100% 0.091 s
ch.hslu.exercises.sw01.ex4 12 0 0 0 100% 0.144 s
ch.hslu.demo 14 0 0 0 100% 0.763 s
ch.hslu.exercises.sw02.ex4 5 0 0 0 100% 0.024 s
ch.hslu.exercises.sw01.ex7 14 0 0 0 100% 0.073 s

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

ch.hslu.exercises.sw01.ex1

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

ch.hslu.exercises.sw01.ex2

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

ch.hslu.exercises.sw02.ex2

- Class Tests Errors Failures Skipped Success Rate Time
MyLinkedListTest 10 0 0 0 100% 0.047 s
AllocationTest 2 0 0 0 100% 0.043 s

ch.hslu.exercises.sw02.ex3

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

ch.hslu.exercises.sw01.ex4

- Class Tests Errors Failures Skipped Success Rate Time
FibonacciTest 12 0 0 0 100% 0.144 s

ch.hslu.demo

- Class Tests Errors Failures Skipped Success Rate Time
PointTest 14 0 0 0 100% 0.763 s

ch.hslu.exercises.sw02.ex4

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

ch.hslu.exercises.sw01.ex7

- Class Tests Errors Failures Skipped Success Rate Time
PalindromeCheckerTest 14 0 0 0 100% 0.073 s

Test Cases

[Summary] [Package List] [Test Cases]

FibonacciTest

fiboIter1 0.004 s
fiboIter2 0.003 s
fiboRec13 0.001 s
fiboRec20 0.002 s
fiboRec21 0.002 s
fibRec11 0.002 s
fibRec12 0.002 s
fiboIter29 0.003 s
fiboRec110 0.001 s
fiboRec129 0.017 s
fiboRec229 0.016 s
fiboRec235 0.065 s

AhaExampleTest

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

PalindromeCheckerTest

test22 0.031 s
test31 0.001 s
test41 0.001 s
test42 0.001 s
test43 0.002 s
test71 0.001 s
testOddDigits2 0.004 s
test1 0.001 s
test2 0.001 s
testManyDigits 0.001 s
testOddDigits 0.002 s
testGetNextPalindrome1 0.001 s
testGetNextPalindrome2 0.001 s
testGetNextPalindrome3 0.008 s

PointTest

testEqualsContract 0.486 s
testEqualsEqual 0.015 s
testGetX 0.004 s
testGetY 0.002 s
testToString 0.157 s
testGetQuadrant1 0.003 s
testGetQuadrant2 0.003 s
testGetQuadrant3 0.001 s
testGetQuadrant4 0.002 s
testEqualsSame 0.002 s
testEqualsNotEqual 0.003 s
testGetQuadrantXAchse 0.006 s
testGetQuadrantYAchse 0.001 s
testGetQuadrantNullpunkt 0.003 s

StackDemoTest

testMain 0.057 s

MyLinkedListTest

testMyLinkedListEmpty 0.003 s
testMyLinkedListRemoveElement 0.011 s
testMyLinkedListContains 0.002 s
testMyLinkedListContainsNull 0.002 s
testMyLinkedListPopHead1 0.001 s
testMyLinkedListPopHead2 0.003 s
testMyLinkedListRemoveElementNull 0.001 s
testMyLinkedListRemoveElementThatDoesNotExist 0.003 s
testIllegalState 0.003 s
testMyLinkedListAddAllocation 0.003 s

GGTTest

testGGTIterativ1 0.379 s
testGGTIterativ2 0.007 s
testGGTRekursiv 0.003 s

AllocationTest

testInitialization 0.003 s
testEquals 0.035 s

ArrayStringStackTest

testEmptyStack 0.002 s
testPushPeekPop 0.001 s
testFilledStackWithSizeZero 0.005 s
testPushStack 0.001 s
testEmptyStackException 0.001 s
testInitialization 0.001 s
testFilledStack 0.001 s

ArrayCharQueueTest

testSize 0.006 s
testToString 0.010 s
testFIFOBehaviour 0.001 s
testPollUnderflow 0.001 s
testOfferBufferOverflow 0.001 s

Failure Details

[Summary] [Package List] [Test Cases]


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