Package org.djunits.unit.util
Class TestUNITS
java.lang.Object
org.djunits.unit.util.TestUNITS
TestUNITS.java.
Copyright (c) 2019-2025 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest the UNITS class for completeness and consistency.
-
Constructor Details
-
TestUNITS
public TestUNITS()
-
-
Method Details
-
testUNITS
@Test public void testUNITS() throws IllegalArgumentException, IllegalAccessException, NoSuchFieldException, SecurityExceptionTest the UNITS class for completeness and consistency.- Throws:
IllegalAccessException- on errorIllegalArgumentException- on errorSecurityException- on errorNoSuchFieldException- on error
-