Package org.djunits.unit.util
Class TestUNITS
java.lang.Object
org.djunits.unit.util.TestUNITS
TestUNITS.java.
Copyright (c) 2019-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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test 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
-