Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
26 0 0 0 100% 0.103

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
de.h2b.java.lib.math.linalg 26 0 0 0 100% 0.103

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

de.h2b.java.lib.math.linalg

Class Tests Errors Failures Skipped Success Rate Time
MatrixTest 8 0 0 0 100% 0.007
VectorsTest 5 0 0 0 100% 0.003
VectorTest 6 0 0 0 100% 0.082
MatricesTest 7 0 0 0 100% 0.011

Test Cases

[Summary] [Package List] [Test Cases]

MatrixTest

testCol 0
testRow 0
testSet 0
testWidth 0
testToString 0
testEqualsObject 0
testHeight 0
testIterator 0

VectorsTest

testSum 0
testScalarProduct 0
testProduct 0
testEuklidianNorm 0
testMaximumNorm 0

VectorTest

testGet 0.002
testSet 0.001
testToString 0.003
testEqualsObject 0
testLength 0.001
testIterator 0.001

MatricesTest

testSum 0
testProductMatrixMatrix 0
testProductMatrixScalar 0
testProductMatrixVector 0
testColSum 0
testRowSum 0
testTranspose 0