Package org.djunits.unit.util
Class TestUNITS
- java.lang.Object
-
- org.djunits.unit.util.TestUNITS
-
public class TestUNITS extends Object
TestUNITS.java.Copyright (c) 2019-2020 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 Constructor Description TestUNITS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestUNITS()Test the UNITS class for completeness and consistency.
-
-
-
Method Detail
-
testUNITS
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
-
-