Package org.djunits.value.vfloat.scalar
Class FloatValueOfStringOfTest
java.lang.Object
org.djunits.value.vfloat.scalar.FloatValueOfStringOfTest
Test the FloatScalar 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 FloatScalar and FloatScalar classes for the valueOf and toString methods.
-
Constructor Details
-
FloatValueOfStringOfTest
public FloatValueOfStringOfTest()
-
-
Method Details
-
durationValueOfTest
@Test public final void durationValueOfTest()Test the Duration class for the valueOf and toString methods. -
valueOfFloatTest
@Test public final void valueOfFloatTest()Test the FloatScalar and FloatScalar classes for the valueOf and toString methods.
-