Package org.djunits.unit.units
Class SIUnitTest
java.lang.Object
org.djunits.unit.units.SIUnitTest
SIUnitTest tests a few remaining methods of the SIUnit class.
Copyright (c) 2025-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djunits.org. The DJUTILS project is distributed under a three-clause BSD-style license.
- Author:
- Alexander Verbraeck
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest SIPrefix methods.voidTest toString() methods.
-
Constructor Details
-
SIUnitTest
public SIUnitTest()
-
-
Method Details
-
testSIPrefix
@Test public void testSIPrefix()Test SIPrefix methods. -
testToString
@Test public void testToString()Test toString() methods.
-