Package org.opentrafficsim.core.gtu
Class GtuExceptionTest
java.lang.Object
org.opentrafficsim.core.gtu.GtuExceptionTest
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test the GTUException class.final void
Test the throwIf method.
-
Constructor Details
-
GtuExceptionTest
public GtuExceptionTest()
-
-
Method Details
-
gtuExceptionTest
@Test public final void gtuExceptionTest()Test the GTUException class. -
throwIfTest
Test the throwIf method.- Throws:
GtuException
- should not happen (this test has failed if it does)
-