Class BodyKinematicsAndMagneticFluxDensityTest

java.lang.Object
com.irurueta.navigation.inertial.BodyKinematicsAndMagneticFluxDensityTest

class BodyKinematicsAndMagneticFluxDensityTest extends Object
  • Field Details

  • Constructor Details

    • BodyKinematicsAndMagneticFluxDensityTest

      BodyKinematicsAndMagneticFluxDensityTest()
  • Method Details

    • testConstructor1

      @Test void testConstructor1()
    • testConstructor2

      @Test void testConstructor2()
    • testConstructor3

      @Test void testConstructor3()
    • testConstructor4

      @Test void testConstructor4()
    • testConstructor5

      @Test void testConstructor5()
    • testGetSetKinematics

      @Test void testGetSetKinematics()
    • testGetSetMagneticFluxDensity

      @Test void testGetSetMagneticFluxDensity()
    • testCopyFromWhenHasBothKinematicsAndMagneticFlux

      @Test void testCopyFromWhenHasBothKinematicsAndMagneticFlux()
    • testCopyFromWhenHasKinematics

      @Test void testCopyFromWhenHasKinematics()
    • testCopyFromWhenHasMagneticFlux

      @Test void testCopyFromWhenHasMagneticFlux()
    • testCopyFromWhenNullData

      @Test void testCopyFromWhenNullData()
    • testCopyTo

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

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

      private static BodyKinematics createKinematics()
    • createMagneticFlux

      private static BodyMagneticFluxDensity createMagneticFlux()