Package org.opentrafficsim.core.dsol
Class OTSSimulationExceptionTest
- java.lang.Object
-
- org.opentrafficsim.core.dsol.OTSSimulationExceptionTest
-
public class OTSSimulationExceptionTest extends Object
Test the GTUException class.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Mar 11, 2016
- Author:
- Peter Knoppers
-
-
Constructor Summary
Constructors Constructor Description OTSSimulationExceptionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
otsSimulationExceptionTest()
Test the GTUException class.void
throwIfTest()
Test the throwIf method.
-
-
-
Method Detail
-
otsSimulationExceptionTest
public final void otsSimulationExceptionTest()
Test the GTUException class.
-
throwIfTest
public final void throwIfTest() throws OTSSimulationException
Test the throwIf method.- Throws:
OTSSimulationException
- should not happen (this test has failed if it does)
-
-