Class HeadwayGTUTest
- java.lang.Object
-
- org.opentrafficsim.road.gtu.perception.HeadwayGTUTest
-
public class HeadwayGTUTest extends Object
Test the HeadwayGTU class and the EnumType in the Headway interface.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 18, 2016
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
-
Constructor Summary
Constructors Constructor Description HeadwayGTUTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
constructorTest()
Test the constructor and the getters.
-
-
-
Method Detail
-
constructorTest
public final void constructorTest() throws GTUException
Test the constructor and the getters.- Throws:
GTUException
- when something fails; if uncaught; this test has failed
-
-