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