Class AccelerationTriadTest
java.lang.Object
com.irurueta.navigation.inertial.calibration.AccelerationTriadTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) voidtestCopy()(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
AccelerationTriadTest
AccelerationTriadTest()
-
-
Method Details
-
testConstructor1
@Test void testConstructor1() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testConstructor2
@Test void testConstructor2() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testConstructor3
@Test void testConstructor3() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testConstructor4
@Test void testConstructor4() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testConstructor5
@Test void testConstructor5() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testConstructor6
@Test void testConstructor6() -
testGetSetValueX
@Test void testGetSetValueX() -
testGetSetValueY
@Test void testGetSetValueY() -
testGetSetValueZ
@Test void testGetSetValueZ() -
testSetValueCoordinates
@Test void testSetValueCoordinates() -
testGetSetUnit
@Test void testGetSetUnit() -
testSetValueCoordinatesAndUnit
@Test void testSetValueCoordinatesAndUnit() -
testGetSetValuesAsArray
@Test void testGetSetValuesAsArray() -
testGetSetValuesAsMatrix
@Test void testGetSetValuesAsMatrix() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetSetMeasurementX
@Test void testGetSetMeasurementX() -
testGetSetMeasurementY
@Test void testGetSetMeasurementY() -
testGetSetMeasurementZ
@Test void testGetSetMeasurementZ() -
testSetMeasurementCoordinates
@Test void testSetMeasurementCoordinates() -
testCopyTo
@Test void testCopyTo() -
testCopyFrom
@Test void testCopyFrom() -
testCopy
@Test void testCopy() -
testHashCode
@Test void testHashCode() -
testEquals1
@Test void testEquals1() -
testEquals2
@Test void testEquals2() -
testEquals3
@Test void testEquals3() -
testClone
- Throws:
CloneNotSupportedException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-
testSerialVersionUID
-
testGetNorm
@Test void testGetNorm()
-