Class CompatibilityTest
java.lang.Object
org.opentrafficsim.core.compatibility.CompatibilityTest
public class CompatibilityTest
extends java.lang.Object
Test the classes and interfaces in the compatibility package.
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 13, 2016
- Author:
- Peter Knoppers
-
Constructor Summary
Constructors Constructor Description CompatibilityTest()
-
Method Summary
Modifier and Type Method Description void
testClass()
Test the class.void
testInteface()
Test the interface.
-
Constructor Details
-
CompatibilityTest
public CompatibilityTest()
-
-
Method Details
-
testInteface
public void testInteface()Test the interface. -
testClass
public void testClass()Test the class.
-