Class TimedBodyKinematicsTest

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

class TimedBodyKinematicsTest extends Object
  • Field Details

  • Constructor Details

    • TimedBodyKinematicsTest

      TimedBodyKinematicsTest()
  • Method Details

    • testConstructor

      @Test void testConstructor()
    • testGetSetKinematics

      @Test void testGetSetKinematics()
    • testGetSetTimestampSeconds

      @Test void testGetSetTimestampSeconds()
    • testGetSetTimestamp

      @Test void testGetSetTimestamp()
    • testCopyFromWhenBodyKinematicsIsAvailableAtSourceAndDestinationIsEmpty

      @Test void testCopyFromWhenBodyKinematicsIsAvailableAtSourceAndDestinationIsEmpty()
    • testCopyFromWhenDestinationHasKinematics

      @Test void testCopyFromWhenDestinationHasKinematics()
    • testCopyFromWhenSourceAndDestinationHasKinematics

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

      private static BodyKinematics createBodyKinematics()