Class LaneBasedStrategicalRoutePlannerTest
java.lang.Object
org.opentrafficsim.road.gtu.strategical.LaneBasedStrategicalRoutePlannerTest
public class LaneBasedStrategicalRoutePlannerTest
extends java.lang.Object
Test the LaneBasedStrategicalRoutePlanner 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 Apr 19, 2016
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
Constructors Constructor Description LaneBasedStrategicalRoutePlannerTest() -
Method Summary
Modifier and Type Method Description voidnextLinkDirectionTest()Test the nextLinkDirection method.
-
Constructor Details
-
LaneBasedStrategicalRoutePlannerTest
public LaneBasedStrategicalRoutePlannerTest()
-
-
Method Details
-
nextLinkDirectionTest
public final void nextLinkDirectionTest() throws GTUException, NetworkException, OTSGeometryExceptionTest the nextLinkDirection method.- Throws:
GTUException- if not caught this test has failedNetworkException- if not caught this test has failedOTSGeometryException- when construction of design line fails
-