Package trafficcontrol
Class TestFixedTimeController
java.lang.Object
trafficcontrol.TestFixedTimeController
Test the fixed time traffic controller class.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckState(OtsSimulatorInterface simulator, FixedTimeController ftc, boolean stopSimulatorOnError) Check that the current state of a fixed time traffic light controller matches the design.Create a mocked OtsModelInterface.createTrafficLightMock(String id, String networkId, OtsSimulatorInterface simulator) Mock a traffic light.voidTest the constructors and initializers of the signal group and fixed time controller classes.voidTest detection of non-disjoint sets of traffic lights.voidTest timing of fixed time controller.
-
Method Details
-
testConstructors
public void testConstructors() throws nl.tudelft.simulation.dsol.SimRuntimeException, NamingException, NetworkExceptionTest the constructors and initializers of the signal group and fixed time controller classes.- Throws:
nl.tudelft.simulation.dsol.SimRuntimeException- if that happens uncaught; this test has failedNamingException- if that happens uncaught; this test has failedNetworkException- on exception
-
testDisjoint
public void testDisjoint() throws nl.tudelft.simulation.dsol.SimRuntimeException, NamingException, NetworkExceptionTest detection of non-disjoint sets of traffic lights.- Throws:
NamingException- on exceptionnl.tudelft.simulation.dsol.SimRuntimeException- on exceptionNetworkException- on exception
-
testTimings
public void testTimings() throws nl.tudelft.simulation.dsol.SimRuntimeException, NamingException, NetworkExceptionTest timing of fixed time controller.- Throws:
nl.tudelft.simulation.dsol.SimRuntimeException- if that happens uncaught; this test has failedNamingException- if that happens uncaught; this test has failedNetworkException- on exception
-
checkState
public void checkState(OtsSimulatorInterface simulator, FixedTimeController ftc, boolean stopSimulatorOnError) Check that the current state of a fixed time traffic light controller matches the design.- Parameters:
simulator- the simulatorftc- the fixed time traffic light controllerstopSimulatorOnError- if true; stop the simulator on error; if false; execute the failing assert on error
-
createModelMock
Create a mocked OtsModelInterface.- Returns:
- OtsModelInterface
-
createTrafficLightMock
public TrafficLight createTrafficLightMock(String id, String networkId, OtsSimulatorInterface simulator) Mock a traffic light.- Parameters:
id- value that will be returned by the getId methodnetworkId- name of network (prepended to id for result of getFullId method)simulator- TODO- Returns:
- TrafficLight
-