Package org.opentrafficsim.road.network
Class LaneChangeInfoTest
java.lang.Object
org.opentrafficsim.road.network.LaneChangeInfoTest
Test for lane change info.
Copyright (c) 2022-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
Copyright (c) 2022-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Wouter Schakel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test to see whether lane change info is correctly delivered by the network.
-
Constructor Details
-
LaneChangeInfoTest
public LaneChangeInfoTest()
-
-
Method Details
-
laneChangeInfoTest
@Test public final void laneChangeInfoTest() throws NetworkException, OtsGeometryException, nl.tudelft.simulation.dsol.SimRuntimeException, NamingExceptionTest to see whether lane change info is correctly delivered by the network.- Throws:
NetworkException
- on exceptionOtsGeometryException
- on exceptionnl.tudelft.simulation.dsol.SimRuntimeException
- on exceptionNamingException
- on exception
-