Class ECEFPositionTest

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

class ECEFPositionTest extends Object
  • Field Details

  • Constructor Details

    • ECEFPositionTest

      ECEFPositionTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetX

      @Test void testGetSetX()
    • testGetSetY

      @Test void testGetSetY()
    • testGetSetZ

      @Test void testGetSetZ()
    • testSetCoordinates

      @Test void testSetCoordinates()
    • testGetSetPosition

      @Test void testGetSetPosition()
    • testGetSetDistanceX

      @Test void testGetSetDistanceX()
    • testGetSetDistanceY

      @Test void testGetSetDistanceY()
    • testGetSetDistanceZ

      @Test void testGetSetDistanceZ()
    • testSetDistanceCoordinates

      @Test void testSetDistanceCoordinates()
    • testGetNorm

      @Test void testGetNorm()
    • testCopyTo

      @Test void testCopyTo()
    • testCopyFrom

      @Test void testCopyFrom()
    • testAsArray

      @Test void testAsArray()
    • testAsMatrix

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