Package org.djunits.value.vdouble.scalar
Class DoubleScalarInstantiateTest
java.lang.Object
org.djunits.value.vdouble.scalar.DoubleScalarInstantiateTest
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 DJUNITS License.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test the instantiation utility function of classes for anonymous units, also for the compiler.final void
Test the instantiation utility function of classes.
-
Constructor Details
-
DoubleScalarInstantiateTest
public DoubleScalarInstantiateTest()
-
-
Method Details
-
instantiateTest
@Test public final void instantiateTest()Test the instantiation utility function of classes. -
anonymousUnitTest
@Test public final void anonymousUnitTest()Test the instantiation utility function of classes for anonymous units, also for the compiler.
-