Package com.irurueta.navigation.gnss
Class GNSSMeasurementTest
java.lang.Object
com.irurueta.navigation.gnss.GNSSMeasurementTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final double
-
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
(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
-
MIN_POS_VALUE
private static final double MIN_POS_VALUE- See Also:
-
MAX_POS_VALUE
private static final double MAX_POS_VALUE- See Also:
-
MIN_SPEED_VALUE
private static final double MIN_SPEED_VALUE- See Also:
-
MAX_SPEED_VALUE
private static final double MAX_SPEED_VALUE- See Also:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
-
Constructor Details
-
GNSSMeasurementTest
GNSSMeasurementTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetPseudoRange
@Test void testGetSetPseudoRange() -
testGetSetPseudoRangeDistance
@Test void testGetSetPseudoRangeDistance() -
testGetSetPseudoRate
@Test void testGetSetPseudoRate() -
testGetSetPseudoRateSpeed
@Test void testGetSetPseudoRateSpeed() -
testGetSetX
@Test void testGetSetX() -
testGetSetDistanceX
@Test void testGetSetDistanceX() -
testGetSetY
@Test void testGetSetY() -
testGetSetDistanceY
@Test void testGetSetDistanceY() -
testGetSetZ
@Test void testGetSetZ() -
testGetSetDistanceZ
@Test void testGetSetDistanceZ() -
testSetPositionCoordinates
@Test void testSetPositionCoordinates() -
setPositionCoordinatesWithDistances
@Test void setPositionCoordinatesWithDistances() -
testGetSetPosition
@Test void testGetSetPosition() -
testGetSetEcefPosition
@Test void testGetSetEcefPosition() -
testGetSetVx
@Test void testGetSetVx() -
testGetSetSpeedX
@Test void testGetSetSpeedX() -
testGetSetVy
@Test void testGetSetVy() -
testGetSetSpeedY
@Test void testGetSetSpeedY() -
testGetSetVz
@Test void testGetSetVz() -
testGetSetSpeedZ
@Test void testGetSetSpeedZ() -
testSetVelocityCoordinates
@Test void testSetVelocityCoordinates() -
testSetVelocityCoordinatesWithSpeed
@Test void testSetVelocityCoordinatesWithSpeed() -
testGetSetEcefVelocity
@Test void testGetSetEcefVelocity() -
testGetSetPositionAndVelocity
@Test void testGetSetPositionAndVelocity() -
testCopyTo
@Test void testCopyTo() -
testCopyFrom
@Test void testCopyFrom() -
testHashCode
@Test void testHashCode() -
testEquals
@Test void testEquals() -
testEqualsWithThreshold
@Test void testEqualsWithThreshold() -
testClone
- Throws:
CloneNotSupportedException
-
testSerializeDeserialize
- Throws:
IOException
ClassNotFoundException
-