Class QuaternionStepIntegratorTest

java.lang.Object
com.irurueta.navigation.inertial.calibration.gyroscope.QuaternionStepIntegratorTest

class QuaternionStepIntegratorTest extends Object
  • Constructor Details

    • QuaternionStepIntegratorTest

      QuaternionStepIntegratorTest()
  • Method Details

    • create_whenEulerType_returnsExpectedIntegratorType

      @Test void create_whenEulerType_returnsExpectedIntegratorType()
    • create_whenMidPointType_returnsExpectedIntegratorType

      @Test void create_whenMidPointType_returnsExpectedIntegratorType()
    • create_whenSuhType_returnsExpectedIntegratorType

      @Test void create_whenSuhType_returnsExpectedIntegratorType()
    • create_whenTrawnyType_returnsExpectedIntegratorType

      @Test void create_whenTrawnyType_returnsExpectedIntegratorType()
    • create_whenYuanType_returnsExpectedIntegratorType

      @Test void create_whenYuanType_returnsExpectedIntegratorType()
    • create_whenRungeKuttaType_returnsExpectedIntegratorType

      @Test void create_whenRungeKuttaType_returnsExpectedIntegratorType()
    • create_whenDefaultType_returnsExpectedIntegratorType

      @Test void create_whenDefaultType_returnsExpectedIntegratorType()