Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
142 | 0 | 0 | 0 | 100% | 195.6 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.draw.bounds | 4 | 0 | 0 | 0 | 100% | 0.176 s |
org.djutils.draw.line | 73 | 0 | 0 | 0 | 100% | 57.74 s |
org.djutils.draw | 20 | 0 | 0 | 0 | 100% | 5.721 s |
org.djutils.draw.surface | 2 | 0 | 0 | 0 | 100% | 0.087 s |
org.djutils.draw.curve | 20 | 0 | 0 | 0 | 100% | 129.9 s |
org.djutils.draw.function | 1 | 0 | 0 | 0 | 100% | 0.069 s |
org.djutils.draw.point | 22 | 0 | 0 | 0 | 100% | 1.875 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.djutils.draw.bounds
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
Bounds2dTest | 2 | 0 | 0 | 0 | 100% | 0.085 s |
![]() |
Bounds3dTest | 2 | 0 | 0 | 0 | 100% | 0.091 s |
org.djutils.draw.line
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
Polygon3dTest | 4 | 0 | 0 | 0 | 100% | 0.098 s |
![]() |
PolyLine3dTest | 17 | 0 | 0 | 0 | 100% | 55.11 s |
![]() |
LineSegment2dTest | 7 | 0 | 0 | 0 | 100% | 0.099 s |
![]() |
PolyLine2dTest | 15 | 0 | 0 | 0 | 100% | 1.849 s |
![]() |
LineSegment3dTest | 7 | 0 | 0 | 0 | 100% | 0.108 s |
![]() |
Ray3dTest | 7 | 0 | 0 | 0 | 100% | 0.111 s |
![]() |
ConvexHullTest | 2 | 0 | 0 | 0 | 100% | 0.151 s |
![]() |
Ray2dTest | 7 | 0 | 0 | 0 | 100% | 0.092 s |
![]() |
Polygon2dTest | 7 | 0 | 0 | 0 | 100% | 0.121 s |
org.djutils.draw
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
Transform3dTest | 8 | 0 | 0 | 0 | 100% | 4.927 s |
![]() |
DirectionTest | 2 | 0 | 0 | 0 | 100% | 0.068 s |
![]() |
Transform2dTest | 8 | 0 | 0 | 0 | 100% | 0.677 s |
![]() |
DrawRuntimeExceptionTest | 2 | 0 | 0 | 0 | 100% | 0.049 s |
org.djutils.draw.surface
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
Surface3dTest | 2 | 0 | 0 | 0 | 100% | 0.087 s |
org.djutils.draw.curve
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
ClothoidTest | 6 | 0 | 0 | 0 | 100% | 1.690 s |
![]() |
TestCurves | 8 | 0 | 0 | 0 | 100% | 128.1 s |
![]() |
BezierTest | 6 | 0 | 0 | 0 | 100% | 0.110 s |
org.djutils.draw.function
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
ContinuousPiecewiseLinearTest | 1 | 0 | 0 | 0 | 100% | 0.069 s |
org.djutils.draw.point
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
DirectedPoint3dTest | 2 | 0 | 0 | 0 | 100% | 0.078 s |
![]() |
Point3dTest | 4 | 0 | 0 | 0 | 100% | 1.371 s |
![]() |
Point2dTest | 8 | 0 | 0 | 0 | 100% | 0.251 s |
![]() |
OrientedPoint3dTest | 4 | 0 | 0 | 0 | 100% | 0.088 s |
![]() |
DirectedPoint2dTest | 4 | 0 | 0 | 0 | 100% | 0.087 s |
Test Cases
[Summary] [Package List] [Test Cases]
ContinuousPiecewiseLinearTest
![]() |
testContinuousPiecewiseLinearFunction | 0.045 s |
Polygon3dTest
![]() |
testExports | 0.041 s |
![]() |
filterTest | 0.004 s |
![]() |
testConstructors | 0.017 s |
![]() |
reverseAndProjectTest | 0.007 s |
DirectedPoint3dTest
![]() |
testDirectedPoint3dOperators | 0.050 s |
![]() |
testMethods | 0.003 s |
Bounds2dTest
![]() |
constructorTest | 0.057 s |
![]() |
methodTest | 0.002 s |
Transform3dTest
ClothoidTest
![]() |
testStraight | 0.051 s |
![]() |
testClothoidConstructors | 0.016 s |
![]() |
testA | 0.544 s |
![]() |
testLength | 0.422 s |
![]() |
testOffset | 0.006 s |
![]() |
testPoints | 0.622 s |
TestCurves
BezierTest
![]() |
testFactorial | 0.025 s |
![]() |
bezierTest2d | 0.033 s |
![]() |
bezierTest3d | 0.011 s |
![]() |
testExceptions2d | 0.010 s |
![]() |
testExceptions3d | 0.001 s |
![]() |
testBezierLength | 0.001 s |
Point3dTest
![]() |
testPoint3dOperatorsNPE | 0.039 s |
![]() |
testPoint3dOperators | 0.011 s |
![]() |
testClosestPointOnSegmentAndLine | 1.286 s |
![]() |
testPoint3dConstruction | 0.007 s |
Bounds3dTest
![]() |
constructorTest | 0.060 s |
![]() |
methodTest | 0.005 s |
PolyLine3dTest
Point2dTest
OrientedPoint3dTest
![]() |
testOrientedPointEquals | 0.032 s |
![]() |
testOrientedPoint3dConstruction | 0.020 s |
![]() |
testOrientedPoint3dOperators | 0.005 s |
![]() |
testOrientedPoint3dOperatorsNPE | 0.003 s |
DirectionTest
![]() |
testDirection | 0.041 s |
![]() |
failedInEarlierVersion | 0.002 s |
DirectedPoint2dTest
![]() |
testDirectedPoint2dConstruction | 0.048 s |
![]() |
testDirectedPoint2dOperators | 0.009 s |
![]() |
testMethods | 0.002 s |
![]() |
testDirectedPoint2dOperatorsNPE | 0.002 s |
LineSegment2dTest
![]() |
constructorTest | 0.050 s |
![]() |
testExports | 0.006 s |
![]() |
testProject | 0.001 s |
![]() |
locationTest | 0.006 s |
![]() |
testReverse | 0.001 s |
![]() |
closestPointOnSegmentTest | 0.002 s |
![]() |
equalsAndHashCodeTest | 0.002 s |
PolyLine2dTest
LineSegment3dTest
![]() |
constructorTest | 0.058 s |
![]() |
testToExcel | 0.008 s |
![]() |
testProject | 0 s |
![]() |
locationTest | 0.008 s |
![]() |
testReverse | 0.001 s |
![]() |
closestPointOnSegmentTest | 0.001 s |
![]() |
equalsAndHashCodeTest | 0.002 s |
Ray3dTest
![]() |
testClosestPointAndProjectOrthogonal | 0.043 s |
![]() |
testLocation | 0.004 s |
![]() |
boundsTest | 0.001 s |
![]() |
testConstructors | 0.007 s |
![]() |
testProject | 0.002 s |
![]() |
epsilonEqualsTest | 0.021 s |
![]() |
equalsAndHashCodeTest | 0.003 s |
ConvexHullTest
![]() |
alshamraniProblem | 0.033 s |
![]() |
testConvexHull | 0.093 s |
Transform2dTest
DrawRuntimeExceptionTest
![]() |
drawRuntimeExceptionTest | 0.023 s |
![]() |
testDrawRuntimeException | 0.001 s |
Ray2dTest
![]() |
testClosestPointAndProjectOrthogonal | 0.050 s |
![]() |
testLocation | 0.003 s |
![]() |
boundsTest | 0.002 s |
![]() |
testConstructors | 0.005 s |
![]() |
testProject | 0.002 s |
![]() |
epsilonEqualsTest | 0.003 s |
![]() |
equalsAndHashCodeTest | 0.002 s |
Surface3dTest
![]() |
testHashCodeAndEquals | 0.034 s |
![]() |
testConstructors | 0.029 s |
Polygon2dTest
![]() |
testExports | 0.040 s |
![]() |
filterTest | 0.004 s |
![]() |
testConstructors | 0.015 s |
![]() |
containsPointTest | 0.003 s |
![]() |
testIssue15 | 0.001 s |
![]() |
containsBoundsTest | 0.013 s |
![]() |
testIntersects | 0.019 s |