Package org.djunits.value.vdouble.scalar
Class DoubleScalarInstantiateTest
java.lang.Object
org.djunits.value.vdouble.scalar.DoubleScalarInstantiateTest
public class DoubleScalarInstantiateTest extends Object
Test the instantiation utility functions.
Copyright (c) 2013-2017 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
-
Constructor Summary
Constructors Constructor Description DoubleScalarInstantiateTest() -
Method Summary
Modifier and Type Method Description voidanonymousUnitTest()Test the instantiation utility function of classes for anonymous units, also for the compiler.voidinstantiateTest()Test the instantiation utility function of classes.
-
Constructor Details
-
DoubleScalarInstantiateTest
public DoubleScalarInstantiateTest()
-
-
Method Details
-
instantiateTest
public final void instantiateTest()Test the instantiation utility function of classes. -
anonymousUnitTest
public final void anonymousUnitTest()Test the instantiation utility function of classes for anonymous units, also for the compiler.
-