Summary

Tests Errors Failures Skipped Success Rate Time
110 0 0 0 100% 0.906

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

Package List

Package Tests Errors Failures Skipped Success Rate Time
org.apache.commons.nabla 18 0 0 0 100% 0.157
org.apache.commons.nabla.automatic.analysis 1 0 0 0 100% 0
org.apache.commons.nabla.automatic.arithmetic 16 0 0 0 100% 0.156
org.apache.commons.nabla.differences 20 0 0 0 100% 0.047
org.apache.commons.nabla.automatic 10 0 0 0 100% 0.093
org.apache.commons.nabla.core 5 0 0 0 100% 0.047
org.apache.commons.nabla.automatic.functions 40 0 0 0 100% 0.406

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

org.apache.commons.nabla

Class Tests Errors Failures Skipped Success Rate Time
NablaMathTest 9 0 0 0 100% 0.094
NablaStrictMathTest 9 0 0 0 100% 0.063

org.apache.commons.nabla.automatic.analysis

Class Tests Errors Failures Skipped Success Rate Time
ErrorReporterTest 1 0 0 0 100% 0

org.apache.commons.nabla.automatic.arithmetic

Class Tests Errors Failures Skipped Success Rate Time
DAddGeneratorTest 3 0 0 0 100% 0.031
DDivGeneratorTest 3 0 0 0 100% 0.031
DMulGeneratorTest 3 0 0 0 100% 0.015
DNegGeneratorTest 1 0 0 0 100% 0.016
DRemGeneratorTest 3 0 0 0 100% 0.032
DSubGeneratorTest 3 0 0 0 100% 0.031

org.apache.commons.nabla.differences

Class Tests Errors Failures Skipped Success Rate Time
EightPointsSchemeTest 5 0 0 0 100% 0
FourPointsSchemeTest 5 0 0 0 100% 0.016
SixPointsSchemeTest 5 0 0 0 100% 0.016
TwoPointsSchemeTest 5 0 0 0 100% 0.015

org.apache.commons.nabla.automatic

Class Tests Errors Failures Skipped Success Rate Time
AutomaticDifferentiatorTest 10 0 0 0 100% 0.093

org.apache.commons.nabla.core

Class Tests Errors Failures Skipped Success Rate Time
DifferentialPairTest 5 0 0 0 100% 0.047

org.apache.commons.nabla.automatic.functions

Class Tests Errors Failures Skipped Success Rate Time
AcosGeneratorTest 3 0 0 0 100% 0.016
AcoshGeneratorTest 1 0 0 0 100% 0
AsinGeneratorTest 3 0 0 0 100% 0.016
AsinhGeneratorTest 1 0 0 0 100% 0.016
Atan2GeneratorTest 4 0 0 0 100% 0.015
AtanGeneratorTest 3 0 0 0 100% 0.016
AtanhGeneratorTest 1 0 0 0 100% 0
CbrtGeneratorTest 1 0 0 0 100% 0
CosGeneratorTest 1 0 0 0 100% 0
CoshGeneratorTest 1 0 0 0 100% 0.016
ExpGeneratorTest 1 0 0 0 100% 0
Expm1GeneratorTest 1 0 0 0 100% 0
HypotGeneratorTest 4 0 0 0 100% 0.016
Log10GeneratorTest 2 0 0 0 100% 0
Log1pGeneratorTest 2 0 0 0 100% 0
LogGeneratorTest 2 0 0 0 100% 0
PowGeneratorTest 3 0 0 0 100% 0.015
SinGeneratorTest 1 0 0 0 100% 0
SinhGeneratorTest 1 0 0 0 100% 0
SqrtGeneratorTest 2 0 0 0 100% 0.265
TanGeneratorTest 1 0 0 0 100% 0
TanhGeneratorTest 1 0 0 0 100% 0.015

Test Cases

ErrorReporterTest

testReport 0

DAddGeneratorTest

testReference1 0
testReference2 0
testReference12 0.015

DDivGeneratorTest

testReference1 0.015
testReference2 0
testReference12 0.016

DMulGeneratorTest

testReference1 0
testReference2 0
testReference12 0.015

DNegGeneratorTest

testReference 0.016

DRemGeneratorTest

testReference1 0
testReference2 0.016
testReference12 0.016

DSubGeneratorTest

testReference1 0.015
testReference2 0
testReference12 0.016

AutomaticDifferentiatorTest

testSingleCall 0.015
testEmbeddedCalls 0
testParameterIndependent 0
testSimpleExpression 0
testMul 0.016
testPolynomialExpression 0.015
testNarrowing 0.016
testLocalVariables 0.016
testLoopLdc 0.015
testLoopDcons 0

AcosGeneratorTest

testReference 0.016
testSingularityPlus 0
testSingularityMinus 0

AcoshGeneratorTest

testReference 0

AsinGeneratorTest

testReference 0
testSingularityPlus 0
testSingularityMinus 0.016

AsinhGeneratorTest

testReference 0.016

Atan2GeneratorTest

testReference1 0
testReference2 0
testReference12Aligned 0.015
testReference12Shifted 0

AtanGeneratorTest

testReference 0.016
testSingularityPlus 0
testSingularityMinus 0

AtanhGeneratorTest

testReference 0

CbrtGeneratorTest

testReference 0

CosGeneratorTest

testReference 0

CoshGeneratorTest

testReference 0.016

ExpGeneratorTest

testReference 0

Expm1GeneratorTest

testReference 0

HypotGeneratorTest

testReference1 0.016
testReference2 0
testReference12Aligned 0
testReference12Shifted 0

Log10GeneratorTest

testReference 0
testSingularity 0

Log1pGeneratorTest

testReference 0
testSingularity 0

LogGeneratorTest

testReference 0
testSingularity 0

PowGeneratorTest

testReference1 0
testReference2 0.015
testReference12 0

SinGeneratorTest

testReference 0

SinhGeneratorTest

testReference 0

SqrtGeneratorTest

testReference 0.25
testSingularity 0

TanGeneratorTest

testReference 0

TanhGeneratorTest

testReference 0.015

DifferentialPairTest

testConstructor 0
testConstant 0
testVariable 0
testMonadicOperations 0.015
testDiadicOperations 0.032

EightPointsSchemeTest

testApproximatePolynomialDifferentiation 0
testHugeDifferentialsFunction 0
testReference 0
testExactPolynomialDifferentiation 0
testPrimitiveBinding 0

FourPointsSchemeTest

testApproximatePolynomialDifferentiation 0
testHugeDifferentialsFunction 0
testReference 0
testExactPolynomialDifferentiation 0
testPrimitiveBinding 0

SixPointsSchemeTest

testApproximatePolynomialDifferentiation 0
testHugeDifferentialsFunction 0
testReference 0
testExactPolynomialDifferentiation 0
testPrimitiveBinding 0

TwoPointsSchemeTest

testApproximatePolynomialDifferentiation 0
testHugeDifferentialsFunction 0
testReference 0
testExactPolynomialDifferentiation 0
testPrimitiveBinding 0

NablaMathTest

testExponential 0.015
testCircular 0.016
testHyperbolic 0.016
testPower 0.015
testSign 0
testNeighborhood 0.016
testEncoding 0
testConversion 0
testComparison 0.016

NablaStrictMathTest

testExponential 0
testCircular 0.016
testHyperbolic 0.015
testPower 0.016
testSign 0
testNeighborhood 0.016
testEncoding 0
testConversion 0
testComparison 0