Class ECEFPositionAndVelocityTest

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

class ECEFPositionAndVelocityTest extends Object
  • Field Details

  • Constructor Details

    • ECEFPositionAndVelocityTest

      ECEFPositionAndVelocityTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetX

      @Test void testGetSetX()
    • testGetSetY

      @Test void testGetSetY()
    • testGetSetZ

      @Test void testGetSetZ()
    • testSetPositionCoordinates

      @Test void testSetPositionCoordinates()
    • testGetSetXDistance

      @Test void testGetSetXDistance()
    • testGetSetYDistance

      @Test void testGetSetYDistance()
    • testGetSetZDistance

      @Test void testGetSetZDistance()
    • testSetPositionDistanceCoordinates

      @Test void testSetPositionDistanceCoordinates()
    • testGetSetEcefPosition

      @Test void testGetSetEcefPosition()
    • testGetSetPosition

      @Test void testGetSetPosition()
    • testGetSetVx

      @Test void testGetSetVx()
    • testGetSetVy

      @Test void testGetSetVy()
    • testGetSetVz

      @Test void testGetSetVz()
    • testSetVelocityCoordinates

      @Test void testSetVelocityCoordinates()
    • testGetSetSpeedX

      @Test void testGetSetSpeedX()
    • testGetSetSpeedY

      @Test void testGetSetSpeedY()
    • testGetSetSpeedZ

      @Test void testGetSetSpeedZ()
    • testSetSpeedCoordinates

      @Test void testSetSpeedCoordinates()
    • testGetSetEcefVelocity

      @Test void testGetSetEcefVelocity()
    • 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