Package org.djunits.value
Class ScalarOperationsTest
java.lang.Object
org.djunits.value.ScalarOperationsTest
Find all plus, minus, times and divide operations and prove the type correctness.
Copyright (c) 2013-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, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test constructor on the specified double scalar classes.
-
Constructor Details
-
ScalarOperationsTest
public ScalarOperationsTest()
-
-
Method Details
-
scalarOperationsTest
@Test public final void scalarOperationsTest() throws NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, SecurityException, IllegalArgumentException, ClassNotFoundExceptionTest constructor on the specified double scalar classes.- Throws:
IllegalAccessException
- on class or method resolving errorInstantiationException
- on class or method resolving errorNoSuchMethodException
- on class or method resolving errorInvocationTargetException
- on class or method resolving errorNoSuchFieldException
- on class or method resolving errorClassNotFoundException
- on reflection errorIllegalArgumentException
- on reflection errorSecurityException
- on reflection error
-