Class DirectedPoint2dTest

java.lang.Object
org.djutils.draw.point.DirectedPoint2dTest

public class DirectedPoint2dTest extends Object
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 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.