Class GNSSKalmanStateTest

java.lang.Object
com.irurueta.navigation.gnss.GNSSKalmanStateTest

class GNSSKalmanStateTest extends Object
  • Field Details

  • Constructor Details

    • GNSSKalmanStateTest

      GNSSKalmanStateTest()
  • Method Details

    • testConstructor

      @Test void testConstructor() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testGetEstimation

      @Test void testGetEstimation()
    • testGetSetCovariance

      @Test void testGetSetCovariance() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testCopyToWhenInputHasValuesAndOutputDoesNotHaveValues

      @Test void testCopyToWhenInputHasValuesAndOutputDoesNotHaveValues() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testCopyToWhenInputHasNoValuesAndOutputHasValues

      @Test void testCopyToWhenInputHasNoValuesAndOutputHasValues() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testCopyToWhenInputHasNoValuesAndOutputDoesNotHaveValues

      @Test void testCopyToWhenInputHasNoValuesAndOutputDoesNotHaveValues()
    • testCopyToWhenBothInputAndOutputHaveValues

      @Test void testCopyToWhenBothInputAndOutputHaveValues() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testCopyFrom

      @Test void testCopyFrom() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testHashCode

      @Test void testHashCode() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testEquals

      @Test void testEquals() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testEqualsWithThreshold

      @Test void testEqualsWithThreshold() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testClone

      @Test void testClone() throws com.irurueta.algebra.WrongSizeException, CloneNotSupportedException
      Throws:
      com.irurueta.algebra.WrongSizeException
      CloneNotSupportedException
    • testSerializeDeserialize

      @Test void testSerializeDeserialize() throws com.irurueta.algebra.WrongSizeException, IOException, ClassNotFoundException
      Throws:
      com.irurueta.algebra.WrongSizeException
      IOException
      ClassNotFoundException