Package org.opentrafficsim.core.geometry
Class OTS2DSetTest
java.lang.Object
org.opentrafficsim.core.geometry.OTS2DSetTest
public class OTS2DSetTest
extends java.lang.Object
Test the OTS2DSet class.
 
 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 Jun 21, 2016 
 - Author:
 - Alexander Verbraeck, Peter Knoppers, Wouter Schakel
 
- 
Constructor Summary
Constructors Constructor Description OTS2DSetTest() - 
Method Summary
Modifier and Type Method Description voidtestBasics()Test some simple things. 
- 
Constructor Details
- 
OTS2DSetTest
public OTS2DSetTest() 
 - 
 - 
Method Details
- 
testBasics
public final void testBasics() throws org.opentrafficsim.core.geometry.OTSGeometryExceptionTest some simple things.- Throws:
 org.opentrafficsim.core.geometry.OTSGeometryException- when something goes wrong; if it does; this test has failed
 
 -