Summary

[ summary] [ package list] [ test cases]

Tests Errors Failures Success rate Time(s)
32 0 2 93.75% 52.01

Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.

Package List

[ summary] [ package list] [ test cases]

Package Tests Errors Failures Success Rate Time
bdd 27 0 1 96.30% 38.98
highlevel 1 0 0 100.00% 10.96
regression 4 0 1 75.00% 2.07

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

bdd

Class Tests Errors Failures Success Rate Time
Success BasicTests 18 0 0 100.00% 0.747
Success CallbackTests 3 0 0 100.00% 0.756
Success IOTests 1 0 0 100.00% 0.519
Success IteratorTests 4 0 0 100.00% 36.557
Failure RangeTest 1 0 1 0.00% 0.399

highlevel

Class Tests Errors Failures Success Rate Time
Success NQueensTest 1 0 0 100.00% 10.958

regression

Class Tests Errors Failures Success Rate Time
Failure R1 1 0 1 0.00% 0.540
Success R2 1 0 0 100.00% 0.512
Success R3 1 0 0 100.00% 0.537
Success R4 1 0 0 100.00% 0.481

Test Cases

[ summary] [ package list] [ test cases]

BasicTests

Success testIsZeroOne 0.18
Success testVar 0.04
Success testVarOrder 0.06
Success testLowHigh 0.02
Success testNot 0.02
Success testId 0.00
Success testApplyWith 0.01
Success testOr 0.00
Success testXor 0.00
Success testImp 0.01
Success testBiimp 0.00
Success testDiff 0.00
Success testLess 0.00
Success testInvImp 0.00
Success testNand 0.00
Success testNor 0.00
Success testIte 0.00
Success testReplace 0.01

CallbackTests

Success testGCCallback 0.27
Success testReorderCallback 0.06
Success testResizeCallback 0.02

IOTests

Success testLoad 0.15

IteratorTests

Success testOneZeroIterator 1.06
Success testAllsatIterator 0.06
Success testRandomRelprod 2.60
Success testRandomIterator 32.52

RangeTest

Failure warning 0.01
No tests found in bdd.RangeTest

NQueensTest

Success testNQueens 10.59

R1

Failure testR1 0.14
JFactory 476 expected:<2.0> but was:<1.0>

R2

Success testR2 0.12

R3

Success testR3 0.14

R4

Success testR4 0.12

Failure details

Failure warning
No tests found in bdd.RangeTest
junit.framework.AssertionFailedError: No tests found in bdd.RangeTest
Failure testR1
JFactory 476 expected:<2.0> but was:<1.0>
junit.framework.AssertionFailedError: JFactory 476 expected:<2.0> but was:<1.0> at regression.R1.testR1(R1.java:34)