public class GTUTest extends Object
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Modifier and Type | Field and Description |
|---|---|
org.opentrafficsim.core.gtu.GTU |
gtuOfStrategicalPlanner
GTU that will be returned when the fake strategical planner is asked for the associated GTU with getGTU.
|
| Constructor and Description |
|---|
GTUTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAbstractGTU()
Test the constructor.
|
public org.opentrafficsim.core.gtu.GTU gtuOfStrategicalPlanner
public final void testAbstractGTU()
throws org.opentrafficsim.core.gtu.GTUException,
SimRuntimeException,
org.opentrafficsim.core.network.NetworkException,
NamingException,
RemoteException,
org.opentrafficsim.core.geometry.OTSGeometryException
GTUException - should not happen uncaught; if it does the test has failedorg.opentrafficsim.core.network.NetworkException - should not happen uncaught; if it does the test has failedSimRuntimeException - should not happen uncaught; if it does the test has failedNamingException - should not happen uncaught; if it does the test has failedRemoteException - should not happen uncaught; if it does the test has failedorg.opentrafficsim.core.geometry.OTSGeometryException - should not happen uncaught; if it does the test has failedCopyright © 2014–2019 Delft University of Technology. All rights reserved.