Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
118 0 0 0 100% 64.78 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.189 s
org.djutils.draw.line 75 0 0 0 100% 55.69 s
org.djutils.draw 18 0 0 0 100% 5.379 s
org.djutils.draw.surface 2 0 0 0 100% 0.090 s
org.djutils.draw.point 19 0 0 0 100% 3.440 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.094 s
Bounds3dTest 2 0 0 0 100% 0.095 s

org.djutils.draw.line

- Class Tests Errors Failures Skipped Success Rate Time
Polygon3dTest 4 0 0 0 100% 0.099 s
BezierTest 4 0 0 0 100% 0.116 s
PolyLine3dTest 18 0 0 0 100% 52.70 s
LineSegment2dTest 7 0 0 0 100% 0.094 s
PolyLine2dTest 14 0 0 0 100% 2.107 s
LineSegment3dTest 7 0 0 0 100% 0.101 s
Ray3dTest 7 0 0 0 100% 0.113 s
ConvexHullTest 1 0 0 0 100% 0.148 s
Ray2dTest 7 0 0 0 100% 0.090 s
Polygon2dTest 6 0 0 0 100% 0.123 s

org.djutils.draw

- Class Tests Errors Failures Skipped Success Rate Time
Transform3dTest 8 0 0 0 100% 4.658 s
Transform2dTest 8 0 0 0 100% 0.664 s
DrawRuntimeExceptionTest 2 0 0 0 100% 0.057 s

org.djutils.draw.surface

- Class Tests Errors Failures Skipped Success Rate Time
Surface3dTest 2 0 0 0 100% 0.090 s

org.djutils.draw.point

- Class Tests Errors Failures Skipped Success Rate Time
Point3dTest 4 0 0 0 100% 2.920 s
OrientedPoint2dTest 3 0 0 0 100% 0.088 s
Point2dTest 8 0 0 0 100% 0.340 s
OrientedPoint3dTest 4 0 0 0 100% 0.092 s

Test Cases

[Summary] [Package List] [Test Cases]

Polygon3dTest

testExports 0.039 s
filterTest 0.005 s
testConstructors 0.016 s
reverseAndProjectTest 0.007 s

Bounds2dTest

constructorTest 0.065 s
methodTest 0.003 s

Transform3dTest

testHashCodeAndEquals 0.030 s
transformTest 3.832 s
testTranslateScaleRotateShearAndReflect 0.738 s
testMatrixMultiplication 0.001 s
testBoundingBox3d 0.002 s
transformBounds3dTest 0.015 s
toStringTest 0.004 s
testConstructor 0 s

BezierTest

bezierTest2d 0.072 s
bezierTest3d 0.015 s
testExceptions2d 0.002 s
testExceptions3d 0.001 s

Point3dTest

testPoint3dOperatorsNPE 0.050 s
testPoint3dOperators 0.013 s
testClosestPointOnSegmentAndLine 2.821 s
testPoint3dConstruction 0.008 s

Bounds3dTest

constructorTest 0.065 s
methodTest 0.005 s

PolyLine3dTest

testTruncate 0.033 s
testExports 0.004 s
filterTest 0.013 s
testOtherMethods 0.311 s
testFind 0.030 s
testConstructors 0.007 s
testProjectProblem 0.008 s
constructorsTest 52.12 s
locationExtendedTest 0.001 s
testToStringHashCodeAndEquals 0.003 s
reverseAndProjectTest 0.001 s
exceptionTest 0.001 s
equalsTest 0.001 s
testDegenerate 0.041 s
concatenateTest 0.018 s
testOTS2Problem 0.001 s
testTransitionLine 0.027 s
extractTest 0.047 s

OrientedPoint2dTest

testOrientedPoint2dOperators 0.050 s
testOrientedPoint2dConstruction 0.005 s
testOrientedPoint2dOperatorsNPE 0.002 s

Point2dTest

circleIntersectionTest 0.150 s
testPoint2dOperatorsNPE 0.004 s
testDirection 0.001 s
testIntersectionOfLines 0.003 s
testClosestPointOnSegmentAndLine 0.144 s
testPoint2dOperators 0.003 s
testPoint2dConstruction 0.005 s
testIntersectionOfLineSegments 0.001 s

OrientedPoint3dTest

testOrientedPointEquals 0.030 s
testOrientedPoint3dConstruction 0.024 s
testOrientedPoint3dOperators 0.005 s
testOrientedPoint3dOperatorsNPE 0.002 s

LineSegment2dTest

constructorTest 0.048 s
testExports 0.005 s
testProject 0.001 s
locationTest 0.003 s
testReverse 0.001 s
closestPointOnSegmentTest 0.002 s
equalsAndHashCodeTest 0.001 s

PolyLine2dTest

testExports 0.035 s
filterTest 0.013 s
testOtherMethods 0.036 s
testOffsetLine 0.960 s
testConstructors 0.008 s
constructorsTest 0.966 s
testProjectRayTransition 0.009 s
testToStringHashCodeAndEquals 0.006 s
testPathWithClose 0.001 s
testDegenerate 0.005 s
concatenateTest 0.016 s
testOTS2Problem 0.001 s
testTransitionLine 0.017 s
testProjectRay 0.001 s

LineSegment3dTest

constructorTest 0.054 s
testToExcel 0.006 s
testProject 0.001 s
locationTest 0.006 s
testReverse 0.002 s
closestPointOnSegmentTest 0.001 s
equalsAndHashCodeTest 0.001 s

Ray3dTest

testClosestPointAndProjectOrthogonal 0.040 s
testLocation 0.004 s
boundsTest 0.001 s
testConstructors 0.004 s
testProject 0.002 s
epsilonEqualsTest 0.026 s
equalsAndHashCodeTest 0.003 s

ConvexHullTest

testConvexHull 0.121 s

Transform2dTest

testHashCodeAndEquals 0.026 s
transformTest 0.566 s
testTranslateScaleRotateShearAndReflect 0.028 s
testMatrixMultiplication 0.001 s
testBoundingRectangle2d 0.002 s
transformBounds2dTest 0.003 s
toStringTest 0.005 s
testConstructor 0.001 s

DrawRuntimeExceptionTest

drawRuntimeExceptionTest 0.029 s
testDrawRuntimeException 0.001 s

Ray2dTest

testClosestPointAndProjectOrthogonal 0.041 s
testLocation 0.002 s
boundsTest 0.001 s
testConstructors 0.003 s
testProject 0.001 s
epsilonEqualsTest 0.002 s
equalsAndHashCodeTest 0.005 s

Surface3dTest

testHashCodeAndEquals 0.036 s
testConstructors 0.026 s

Polygon2dTest

testExports 0.039 s
filterTest 0.004 s
testConstructors 0.015 s
containsPointTest 0.003 s
containsBoundsTest 0.013 s
testIntersects 0.018 s