Package org.opentrafficsim.core.gtu
Class GTUExceptionTest
- java.lang.Object
-
- org.opentrafficsim.core.gtu.GTUExceptionTest
-
public class GTUExceptionTest 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 GTUExceptionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
gtuExceptionTest()
Test the GTUException class.void
throwIfTest()
Test the throwIf method.
-
-
-
Method Detail
-
gtuExceptionTest
public final void gtuExceptionTest()
Test the GTUException class.
-
throwIfTest
public final void throwIfTest() throws GTUException
Test the throwIf method.- Throws:
GTUException
- should not happen (this test has failed if it does)
-
-