Package org.opentrafficsim.core.dsol
Class OtsSimulationExceptionTest
java.lang.Object
org.opentrafficsim.core.dsol.OtsSimulationExceptionTest
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
-
OtsSimulationExceptionTest
public OtsSimulationExceptionTest()
-
-
Method Details
-
otsSimulationExceptionTest
@Test public final void otsSimulationExceptionTest()Test the GTUException class. -
throwIfTest
Test the throwIf method.- Throws:
OtsSimulationException
- should not happen (this test has failed if it does)
-