Package org.djunits.value.vdouble.scalar
Class DoubleValueOfTest
java.lang.Object
org.djunits.value.vdouble.scalar.DoubleValueOfTest
ValueOfTest.java.
Copyright (c) 2019-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License
- Author:
- Alexander Verbraeck
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
testArea()
test the valueOf and the of methods.void
test the valueOf and the of methods.void
test the valueOf and the of methods of all units with US locale.void
test the valueOf and the of methods of all units with US locale.
-
Constructor Details
-
DoubleValueOfTest
public DoubleValueOfTest()
-
-
Method Details
-
testSIScalar
test the valueOf and the of methods.- Throws:
UnitException
- on error
-
testArea
@Test public void testArea()test the valueOf and the of methods. -
testValueOfUS
@Test public void testValueOfUS()test the valueOf and the of methods of all units with US locale. -
testValueOfNL
@Test public void testValueOfNL()test the valueOf and the of methods of all units with US locale.
-