Class GNSSEstimationTest

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

class GNSSEstimationTest extends Object
  • Field Details

  • Constructor Details

    • GNSSEstimationTest

      GNSSEstimationTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetX

      @Test void testGetSetX()
    • testGetSetY

      @Test void testGetSetY()
    • testGetSetZ

      @Test void testGetSetZ()
    • testSetPositionCoordinates

      @Test void testSetPositionCoordinates()
    • testGetSetVx

      @Test void testGetSetVx()
    • testGetSetVy

      @Test void testGetSetVy()
    • testGetSetVz

      @Test void testGetSetVz()
    • testSetVelocityCoordinates

      @Test void testSetVelocityCoordinates()
    • testGetSetClockOffset

      @Test void testGetSetClockOffset()
    • testGetSetClockDrift

      @Test void testGetSetClockDrift()
    • testGetSetDistanceX

      @Test void testGetSetDistanceX()
    • testGetSetDistanceY

      @Test void testGetSetDistanceY()
    • testGetSetDistanceZ

      @Test void testGetSetDistanceZ()
    • testSetPositionCoordinatesWithDistances

      @Test void testSetPositionCoordinatesWithDistances()
    • testGetSetSpeedX

      @Test void testGetSetSpeedX()
    • testGetSetSpeedY

      @Test void testGetSetSpeedY()
    • testGetSetSpeedZ

      @Test void testGetSetSpeedZ()
    • testSetVelocityCoordinatesWithSpeed

      @Test void testSetVelocityCoordinatesWithSpeed()
    • testGetSetClockOffsetDistance

      @Test void testGetSetClockOffsetDistance()
    • testGetSetClockDriftSpeed

      @Test void testGetSetClockDriftSpeed()
    • testGetSetPosition

      @Test void testGetSetPosition()
    • testGetSetEcefPosition

      @Test void testGetSetEcefPosition()
    • testGetSetEcefVelocity

      @Test void testGetSetEcefVelocity()
    • testGetSetPositionAndVelocity

      @Test void testGetSetPositionAndVelocity()
    • testAsArray

      @Test void testAsArray()
    • testFromArray

      @Test void testFromArray()
    • testAsMatrix

      @Test void testAsMatrix() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testFromMatrix

      @Test void testFromMatrix() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • 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