Package org.opentrafficsim.core.math
Class Speed3dTest
java.lang.Object
org.opentrafficsim.core.math.Speed3dTest
Test the Speed3d class.
Copyright (c) 2013-2024 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test the constructors and getters of the Speed3d class.
-
Constructor Details
-
Speed3dTest
public Speed3dTest()
-
-
Method Details
-
speed3DTest
@Test public final void speed3DTest() throws org.djunits.value.ValueRuntimeExceptionTest the constructors and getters of the Speed3d class.- Throws:
org.djunits.value.ValueRuntimeException
- should not happen; test has failed if it does happen
-