Package com.irurueta.navigation.gnss
Class GNSSKalmanStateTest
java.lang.Object
com.irurueta.navigation.gnss.GNSSKalmanStateTest
-
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) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_VALUE
private static final double MIN_VALUE- See Also:
-
MAX_VALUE
private static final double MAX_VALUE- See Also:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
-
Constructor Details
-
GNSSKalmanStateTest
GNSSKalmanStateTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testGetEstimation
@Test void testGetEstimation() -
testGetSetCovariance
@Test void testGetSetCovariance() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testCopyToWhenInputHasValuesAndOutputDoesNotHaveValues
@Test void testCopyToWhenInputHasValuesAndOutputDoesNotHaveValues() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testCopyToWhenInputHasNoValuesAndOutputHasValues
@Test void testCopyToWhenInputHasNoValuesAndOutputHasValues() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testCopyToWhenInputHasNoValuesAndOutputDoesNotHaveValues
@Test void testCopyToWhenInputHasNoValuesAndOutputDoesNotHaveValues() -
testCopyToWhenBothInputAndOutputHaveValues
@Test void testCopyToWhenBothInputAndOutputHaveValues() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testCopyFrom
@Test void testCopyFrom() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testHashCode
@Test void testHashCode() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testEquals
@Test void testEquals() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testEqualsWithThreshold
@Test void testEqualsWithThreshold() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testClone
- Throws:
com.irurueta.algebra.WrongSizeException
CloneNotSupportedException
-
testSerializeDeserialize
@Test void testSerializeDeserialize() throws com.irurueta.algebra.WrongSizeException, IOException, ClassNotFoundException- Throws:
com.irurueta.algebra.WrongSizeException
IOException
ClassNotFoundException
-