Package org.djutils.draw.point
Class DirectedPoint2dTest
java.lang.Object
org.djutils.draw.point.DirectedPoint2dTest
DirectedPoint2dTest.java.
Copyright (c) 2023-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the DirectedPoint2d construction methods.void
Test the DirectedPoint2d operators.void
Test the DirectedPoint2d operators for NPE.void
Test the methods that are not covered by the Ray2dTest.
-
Constructor Details
-
DirectedPoint2dTest
public DirectedPoint2dTest()
-
-
Method Details
-
testMethods
@Test public void testMethods()Test the methods that are not covered by the Ray2dTest. -
testDirectedPoint2dConstruction
@Test public void testDirectedPoint2dConstruction()Test the DirectedPoint2d construction methods. -
testDirectedPoint2dOperators
@Test public void testDirectedPoint2dOperators()Test the DirectedPoint2d operators. -
testDirectedPoint2dOperatorsNPE
@Test public void testDirectedPoint2dOperatorsNPE()Test the DirectedPoint2d operators for NPE.
-