Package org.djunits.unit.si
Class SIRuntimeExceptionTest
java.lang.Object
org.djunits.unit.si.SIRuntimeExceptionTest
SIRuntimeExceptionTest.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 SIRuntimeException.void
Test the static getUnit method in the Unit class.
-
Constructor Details
-
SIRuntimeExceptionTest
public SIRuntimeExceptionTest()
-
-
Method Details
-
testException
@Test public void testException()test the SIRuntimeException. -
testUnitGetUnit
@Test public void testUnitGetUnit()Test the static getUnit method in the Unit class.
-