public class ScalarOperationsTest extends Object
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Field and Description |
---|---|
static String[] |
CLASSNAMES_ABS
The classes that are absolute (name = class name).
|
static String[] |
CLASSNAMES_ABS_REL
The relative classes that mirror the absolute ones (name = class name).
|
static String[] |
CLASSNAMES_MONEY
The money classes that are just relative (name = class name); these classes don't have an si field.
|
static String[] |
CLASSNAMES_REL
The classes that are just relative (name = class name).
|
Constructor and Description |
---|
ScalarOperationsTest() |
Modifier and Type | Method and Description |
---|---|
void |
scalarOperationsTest()
Test constructor on the specified double scalar classes.
|
public static final String[] CLASSNAMES_ABS
public static final String[] CLASSNAMES_ABS_REL
public static final String[] CLASSNAMES_REL
public static final String[] CLASSNAMES_MONEY
public final void scalarOperationsTest() throws NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException, NoSuchFieldException, SecurityException, IllegalArgumentException, ClassNotFoundException
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 errorCopyright © 2015–2019 Delft University of Technology. All rights reserved.