Unit Test Results

[summary ] [package list ] [test cases ]

The following document contains the results of the JUnit tests.

Summary

[summary ] [package list ] [test cases ]

Tests Errors Failures Success rate Time(s)
6 0 0 100.00% 1.390

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

Package List

[summary ] [package list ] [test cases ]

Name Tests Errors Failures Time(s)
jrre.unittests 6 0 0 1.390

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

jrre.unittests

Name Tests Errors Failures Time(s)
MathmaticsTest 4 0 0 0.812
ObjectsTest 1 0 0 0.297
StringTest 1 0 0 0.281

Test Cases

[summary ] [package list ] [test cases ]

MathmaticsTest

Name Status Type Time(s)
testBasicMath Success 0.578
testFactorial Success 0.000
testEuclidsGCD Success 0.016
testFibonacci Success 0.078

ObjectsTest

Name Status Type Time(s)
testArrayAverage Success 0.266

StringTest

Name Status Type Time(s)
testLinkedList Success 0.250