Package org.djunits.value.vfloat.matrix
Class FloatSIMatrixTest
java.lang.Object
org.djunits.value.vfloat.matrix.FloatSIMatrixTest
Test.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 TypeMethodDescription<U extends Unit<U>,
S extends FloatScalarRel<U, S>, V extends FloatVectorRel<U, S, V>, M extends FloatMatrixRel<U, S, V, M>>
voidTest all "asXX" methods.
-
Constructor Details
-
FloatSIMatrixTest
public FloatSIMatrixTest()
-
-
Method Details
-
testAsAll
@Test public <U extends Unit<U>,S extends FloatScalarRel<U, void testAsAll() throws NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, ClassNotFoundException, UnitException, InstantiationExceptionS>, V extends FloatVectorRel<U, S, V>, M extends FloatMatrixRel<U, S, V, M>> Test all "asXX" methods.- Type Parameters:
U
- the unit typeS
- the scalar typeV
- the vector typeM
- the matrix type- Throws:
SecurityException
- on errorNoSuchMethodException
- on errorInvocationTargetException
- on errorIllegalArgumentException
- on errorIllegalAccessException
- on errorClassNotFoundException
- on errorUnitException
- on errorInstantiationException
- on error
-