Class GNSSMeasurementTest

java.lang.Object
com.irurueta.navigation.gnss.GNSSMeasurementTest

class GNSSMeasurementTest extends Object
  • Field Details

  • 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

      @Test void testClone() throws CloneNotSupportedException
      Throws:
      CloneNotSupportedException
    • testSerializeDeserialize

      @Test void testSerializeDeserialize() throws IOException, ClassNotFoundException
      Throws:
      IOException
      ClassNotFoundException