Class LaneBasedStrategicalRoutePlannerTest
- java.lang.Object
-
- org.opentrafficsim.road.gtu.strategical.LaneBasedStrategicalRoutePlannerTest
-
public class LaneBasedStrategicalRoutePlannerTest extends Object
Test the LaneBasedStrategicalRoutePlanner class.Copyright (c) 2013-2022 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
nextLinkDirectionTest()
Test the nextLinkDirection method.
-
-
-
Method Detail
-
nextLinkDirectionTest
public final void nextLinkDirectionTest() throws GTUException, NetworkException, OTSGeometryException
Test 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
-
-