Class GNSSMeasurementsGeneratorTest

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

@ExtendWith(org.mockito.junit.jupiter.MockitoExtension.class) class GNSSMeasurementsGeneratorTest extends Object
  • Field Details

  • Constructor Details

    • GNSSMeasurementsGeneratorTest

      GNSSMeasurementsGeneratorTest()
  • Method Details

    • testGenerateSingleMeasurement

      @Test void testGenerateSingleMeasurement() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • testGenerateMultipleMeasurements

      @Test void testGenerateMultipleMeasurements() throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException
    • generateConfig

      private static GNSSConfig generateConfig()
    • generate

      private static GNSSMeasurement generate(double time, ECEFPositionAndVelocity satPosAndVel, ECEFPositionAndVelocity userPosAndVel, double bias, GNSSConfig config, Random random) throws com.irurueta.algebra.WrongSizeException
      Throws:
      com.irurueta.algebra.WrongSizeException