Class GtuExceptionTest

java.lang.Object
org.opentrafficsim.core.gtu.GtuExceptionTest

public class GtuExceptionTest extends Object
Test the GTUException class.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Peter Knoppers
  • Constructor Details

    • GtuExceptionTest

      public GtuExceptionTest()
  • Method Details

    • gtuExceptionTest

      @Test public final void gtuExceptionTest()
      Test the GTUException class.
    • throwIfTest

      @Test public final void throwIfTest() throws GtuException
      Test the throwIf method.
      Throws:
      GtuException - should not happen (this test has failed if it does)