Package org.djunits.value.vdouble.scalar
Class DoubleValueOfStringOfTest
java.lang.Object
org.djunits.value.vdouble.scalar.DoubleValueOfStringOfTest
Test the DoubleScalar and FloatScalar classes for the valueOf and toString methods.
This file was generated by the djunits value test classes generator, 26 jun, 2015
Copyright (c) 2015-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, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test the Duration class for the valueOf and toString methods.final void
Test the DoubleScalar and FloatScalar classes for the valueOf and toString methods.
-
Constructor Details
-
DoubleValueOfStringOfTest
public DoubleValueOfStringOfTest()
-
-
Method Details
-
durationValueOfTest
@Test public final void durationValueOfTest()Test the Duration class for the valueOf and toString methods. -
valueOfDoubleTest
@Test public final void valueOfDoubleTest()Test the DoubleScalar and FloatScalar classes for the valueOf and toString methods.
-