Class DistanceTriadTest

java.lang.Object
com.irurueta.navigation.inertial.calibration.DistanceTriadTest

class DistanceTriadTest extends Object
  • Field Details

  • Constructor Details

    • DistanceTriadTest

      DistanceTriadTest()
  • Method Details

    • testConstructor1

      @Test void testConstructor1() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testConstructor2

      @Test void testConstructor2() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testConstructor3

      @Test void testConstructor3() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testConstructor4

      @Test void testConstructor4() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testConstructor5

      @Test void testConstructor5() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testConstructor6

      @Test void testConstructor6()
    • testGetSetValueX

      @Test void testGetSetValueX()
    • testGetSetValueY

      @Test void testGetSetValueY()
    • testGetSetValueZ

      @Test void testGetSetValueZ()
    • testSetValueCoordinates

      @Test void testSetValueCoordinates()
    • testGetSetUnit

      @Test void testGetSetUnit()
    • testSetValuesCoordinatesAndUnit

      @Test void testSetValuesCoordinatesAndUnit()
    • testGetSetValuesAsArray

      @Test void testGetSetValuesAsArray()
    • testGetSetValuesAsMatrix

      @Test void testGetSetValuesAsMatrix() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testGetSetMeasurementX

      @Test void testGetSetMeasurementX()
    • testGetSetMeasurementY

      @Test void testGetSetMeasurementY()
    • testGetSetMeasurementZ

      @Test void testGetSetMeasurementZ()
    • testSetMeasurementCoordinates

      @Test void testSetMeasurementCoordinates()
    • testCopyTo

      @Test void testCopyTo()
    • testCopyFrom

      @Test void testCopyFrom()
    • testCopy

      @Test void testCopy()
    • testHashCode

      @Test void testHashCode()
    • testEquals1

      @Test void testEquals1()
    • testEquals2

      @Test void testEquals2()
    • testEquals3

      @Test void testEquals3()
    • testClone

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

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

      @Test void testSerialVersionUID() throws NoSuchFieldException, IllegalAccessException
      Throws:
      NoSuchFieldException
      IllegalAccessException
    • testGetNorm

      @Test void testGetNorm()