Package com.irurueta.navigation.gnss
Class GNSSConfigTest
java.lang.Object
com.irurueta.navigation.gnss.GNSSConfigTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final int
private static final double
private static final int
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
(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:
-
MIN_VALUE
private static final double MIN_VALUE- See Also:
-
MAX_VALUE
private static final double MAX_VALUE- See Also:
-
MIN_SATELLITES
private static final int MIN_SATELLITES- See Also:
-
MAX_SATELLITES
private static final int MAX_SATELLITES- See Also:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
-
Constructor Details
-
GNSSConfigTest
GNSSConfigTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetEpochInterval
@Test void testGetSetEpochInterval() -
testGetSetEpochIntervalTime
@Test void testGetSetEpochIntervalTime() -
testGetSetInitialEstimatedEcefPositionX
@Test void testGetSetInitialEstimatedEcefPositionX() -
testGetSetInitialEstimatedEcefPositionXDistance
@Test void testGetSetInitialEstimatedEcefPositionXDistance() -
testGetSetInitialEstimatedEcefPositionY
@Test void testGetSetInitialEstimatedEcefPositionY() -
testGetSetInitialEstimatedEcefPositionYDistance
@Test void testGetSetInitialEstimatedEcefPositionYDistance() -
testGetSetInitialEstimatedEcefPositionZ
@Test void testGetSetInitialEstimatedEcefPositionZ() -
testGetSetInitialEstimatedEcefPositionZDistance
@Test void testGetSetInitialEstimatedEcefPositionZDistance() -
testGetSetInitialEstimatedEcefPosition
@Test void testGetSetInitialEstimatedEcefPosition() -
testGetSetInitialEstimatedPosition
@Test void testGetSetInitialEstimatedPosition() -
testGetSetNumberOfSatellites
@Test void testGetSetNumberOfSatellites() -
testGetSetOrbitalRadiusOfSatellites
@Test void testGetSetOrbitalRadiusOfSatellites() -
testGetSetOrbitalRadiusOfSatellitesDistance
@Test void testGetSetOrbitalRadiusOfSatellitesDistance() -
testGetSetSatellitesInclinationDegrees
@Test void testGetSetSatellitesInclinationDegrees() -
testGetSetSatellitesInclinationAngle
@Test void testGetSetSatellitesInclinationAngle() -
testGetSetConstellationLongitudeOffsetDegrees
@Test void testGetSetConstellationLongitudeOffsetDegrees() -
testGetSetConstellationLongitudeOffsetAngle
@Test void testGetSetConstellationLongitudeOffsetAngle() -
testGetSetConstellationTimingOffset
@Test void testGetSetConstellationTimingOffset() -
testGetSetConstellationTimingOffsetTime
@Test void testGetSetConstellationTimingOffsetTime() -
testGetSetMaskAngleDegrees
@Test void testGetSetMaskAngleDegrees() -
testGetSetMaskAngle
@Test void testGetSetMaskAngle() -
testGetSetSISErrorSD
@Test void testGetSetSISErrorSD() -
testGetSetSISErrorSDDistance
@Test void testGetSetSISErrorSDDistance() -
testGetSetZenithIonosphereErrorSD
@Test void testGetSetZenithIonosphereErrorSD() -
testGetSetZenithIonosphereErrorSDDistance
@Test void testGetSetZenithIonosphereErrorSDDistance() -
testGetSetZenithTroposphereErrorSD
@Test void testGetSetZenithTroposphereErrorSD() -
testGetSetZenithTroposphereErrorSDDistance
@Test void testGetSetZenithTroposphereErrorSDDistance() -
testGetSetCodeTrackingErrorSD
@Test void testGetSetCodeTrackingErrorSD() -
testGetSetCodeTrackingErrorSpeed
@Test void testGetSetCodeTrackingErrorSpeed() -
testGetSetRangeRateTrackingErrorSD
@Test void testGetSetRangeRateTrackingErrorSD() -
testGetSetRangeRateTrackingErrorSDSpeed
@Test void testGetSetRangeRateTrackingErrorSDSpeed() -
testGetSetInitialReceiverClockOffset
@Test void testGetSetInitialReceiverClockOffset() -
testGetSetInitialReceiverClockOffsetDistance
@Test void testGetSetInitialReceiverClockOffsetDistance() -
testGetSetInitialReceiverClockDrift
@Test void testGetSetInitialReceiverClockDrift() -
testGetSetInitialReceiverClockDriftSpeed
@Test void testGetSetInitialReceiverClockDriftSpeed() -
testSetValues1
@Test void testSetValues1() -
testSetValues2
@Test void testSetValues2() -
testSetValues3
@Test void testSetValues3() -
testSetValues4
@Test void testSetValues4() -
testSetValues5
@Test void testSetValues5() -
testSetValues6
@Test void testSetValues6() -
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
-