Class NEDVelocityTest

java.lang.Object
com.irurueta.navigation.frames.NEDVelocityTest

class NEDVelocityTest extends Object
  • Field Details

  • Constructor Details

    • NEDVelocityTest

      NEDVelocityTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetVn

      @Test void testGetSetVn()
    • testGetSetVe

      @Test void testGetSetVe()
    • testGetSetVd

      @Test void testGetSetVd()
    • testSetCoordinates

      @Test void testSetCoordinates()
    • testGetNorm

      @Test void testGetNorm()
    • testGetNormAsSpeed

      @Test void testGetNormAsSpeed()
    • testGetSetSpeedN

      @Test void testGetSetSpeedN()
    • testGetSetSpeedE

      @Test void testGetSetSpeedE()
    • testGetSetSpeedD

      @Test void testGetSetSpeedD()
    • testSetSpeedCoordinates

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