Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 47 | 0 | 0 | 0 | 100% | 13.56 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 |
|---|---|---|---|---|---|---|
| org.djutils.math.polynomialroots | 8 | 0 | 0 | 0 | 100% | 8.706 s |
| org.djutils.math.complex | 13 | 0 | 0 | 0 | 100% | 0.135 s |
| org.djutils.math.functions | 20 | 0 | 0 | 0 | 100% | 1.098 s |
| org.djutils.math.means | 2 | 0 | 0 | 0 | 100% | 0.072 s |
| org.djutils.math | 4 | 0 | 0 | 0 | 100% | 3.551 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.djutils.math.polynomialroots
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| TestPolynomialRoots | 3 | 0 | 0 | 0 | 100% | 0.186 s | |
| TestPolynomialRoots2 | 5 | 0 | 0 | 0 | 100% | 8.520 s |
org.djutils.math.complex
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| TestComplexMath | 8 | 0 | 0 | 0 | 100% | 0.071 s | |
| TestComplex | 5 | 0 | 0 | 0 | 100% | 0.064 s |
org.djutils.math.functions
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| ExponentTest | 1 | 0 | 0 | 0 | 100% | 0.078 s | |
| SineTest | 1 | 0 | 0 | 0 | 100% | 0.077 s | |
| ArcTangentTest | 1 | 0 | 0 | 0 | 100% | 0.077 s | |
| ArcSineTest | 1 | 0 | 0 | 0 | 100% | 0.075 s | |
| PowerTest | 2 | 0 | 0 | 0 | 100% | 0.087 s | |
| DerivativeTest | 1 | 0 | 0 | 0 | 100% | 0.071 s | |
| LogarithmTest | 1 | 0 | 0 | 0 | 100% | 0.077 s | |
| ConstantAndNanTest | 2 | 0 | 0 | 0 | 100% | 0.077 s | |
| ConcatenationTest | 1 | 0 | 0 | 0 | 100% | 0.078 s | |
| MathFunctionTest | 3 | 0 | 0 | 0 | 100% | 0.054 s | |
| ProductTest | 1 | 0 | 0 | 0 | 100% | 0.079 s | |
| QuotientTest | 1 | 0 | 0 | 0 | 100% | 0.070 s | |
| IntervalTest | 2 | 0 | 0 | 0 | 100% | 0.068 s | |
| SumTest | 1 | 0 | 0 | 0 | 100% | 0.082 s | |
| KnotReportTest | 1 | 0 | 0 | 0 | 100% | 0.048 s |
org.djutils.math.means
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| MeansTests | 2 | 0 | 0 | 0 | 100% | 0.072 s |
org.djutils.math
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| AngleUtilTest | 4 | 0 | 0 | 0 | 100% | 3.551 s |
Test Cases
[Summary] [Package List] [Test Cases]
ExponentTest
| testExponent | 0.054 s |
SineTest
| sineTest | 0.055 s |
ArcTangentTest
| arcTangentTest | 0.055 s |
ArcSineTest
| testArcSine | 0.053 s |
PowerTest
| superScriptTest | 0.028 s | |
| testPowerFunction | 0.035 s |
DerivativeTest
| runScenarios | 0.034 s |
TestPolynomialRoots
| quadraticTest | 0.035 s | |
| cubicTest | 0.019 s | |
| quarticTest | 0.106 s |
LogarithmTest
| testLogarithm | 0.055 s |
ConstantAndNanTest
| testNan | 0.048 s | |
| testConstant | 0.005 s |
ConcatenationTest
| concatenationTest | 0.055 s |
MathFunctionTest
| printValueTest | 0.025 s | |
| tupleStTest | 0.001 s | |
| testDefaultMethods | 0.003 s |
TestComplexMath
| testAsinAcosAtan | 0.027 s | |
| testSinCosTan | 0.009 s | |
| testExp | 0.002 s | |
| testLog | 0.002 s | |
| testAsinh | 0.002 s | |
| testCbrt | 0.002 s | |
| testSqrt | 0.002 s | |
| testSinhCoshTanH | 0.001 s |
ProductTest
| productTest | 0.056 s |
QuotientTest
| quotientTest | 0.048 s |
MeansTests
| testMeansWithWeights | 0.046 s | |
| testMeansWithUnityWeights | 0.001 s |
AngleUtilTest
| testInterpolateShortest | 3.524 s | |
| testAngleEpsilonEquals | 0.001 s | |
| testAngleInterpolate | 0 s | |
| testAngleNormalization | 0.001 s |
IntervalTest
| intervalTest | 0.044 s | |
| intersectionTest | 0.002 s |
TestComplex
| testHypot | 0.027 s | |
| testConstructors | 0.002 s | |
| testOperations | 0.002 s | |
| testConstants | 0.001 s | |
| testOthers | 0.007 s |
SumTest
| sumClassTest | 0.059 s |
KnotReportTest
| testKnotReport | 0.026 s |
TestPolynomialRoots2
| quarticTestAberthEhrlich | 5.399 s | |
| quadraticTest | 0.005 s | |
| quarticTestDurandKerner | 2.653 s | |
| cubicTestDurandKerner | 0.126 s | |
| cubicTestAberthEhrlich | 0.310 s |
