HomeSort by relevance Sort by last modified time
    Searched refs:softAssert (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/location/src/android/location/cts/
GnssLocationValuesTest.java 68 SoftAssert softAssert = new SoftAssert(TAG);
71 SoftAssert.failOrWarning(isMeasurementTestStrict(),
78 checkLocationAccuracyFields(softAssert, location,
82 softAssert.assertAll();
85 public static void checkLocationAccuracyFields(SoftAssert softAssert,
87 softAssert.assertTrue("All locations generated by the LocationManager "
90 softAssert.assertTrue("Location Accuracy should be greater than 0."
    [all...]
TestMeasurementUtil.java 108 SoftAssert.failOrWarning(isCtsVerifier, " GPS location disabled on the device. " +
142 * @param softAssert custom SoftAssert
146 SoftAssert softAssert,
148 softAssert.assertTrue("time_ns: clock value",
159 softAssert.assertTrue("TimeNanos - FullBiasNanos = GpsTimeNanos: clock value",
173 * @param softAssert custom SoftAssert
177 SoftAssert softAssert, long timeInNs)
    [all...]
GnssStatusTest.java 49 SoftAssert.failOrWarning(isMeasurementTestStrict(),
66 SoftAssert softAssert = new SoftAssert(TAG);
71 validateGnssStatus(testGnssStatusCallback.getGnssStatus(), softAssert);
72 softAssert.assertAll();
78 * @param softAssert, customized assert class.
80 public static void validateGnssStatus(GnssStatus status, SoftAssert softAssert) {
84 softAssert.assertTrue("Satellite count test sCount : " + sCount , sCount < 200)
    [all...]
GnssMeasurementValuesTest.java 88 SoftAssert.failOrWarning(isMeasurementTestStrict(),
105 SoftAssert.failOrWarning(isMeasurementTestStrict(),
109 SoftAssert softAssert = new SoftAssert(TAG);
119 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs);
123 softAssert, timeInNs);
128 softAssert.assertOrWarnTrue(isMeasurementTestStrict(),
132 softAssert.assertAll();
GnssTtffTests.java 63 SoftAssert softAssert = new SoftAssert(TAG);
67 TimeUnit.SECONDS.toMillis(threshold), softAssert);
68 softAssert.assertAll();
78 SoftAssert softAssert = new SoftAssert(TAG);
80 TimeUnit.SECONDS.toMillis(threshold), softAssert);
81 softAssert.assertAll()
    [all...]
GnssMeasurementsConstellationTest.java 99 SoftAssert.failOrWarning(isMeasurementTestStrict(),
103 SoftAssert softAssert = new SoftAssert(TAG);
109 softAssert.assertTrue("time_ns: clock value",
138 softAssert.assertTrueAsWarning(
147 softAssert.assertAll();
GnssMeasurementWhenNoLocationTest.java 131 SoftAssert.failOrWarning(isMeasurementTestStrict(),
139 SoftAssert.failOrWarning(isMeasurementTestStrict(), "No measurement events received",
146 SoftAssert.failOrWarning(isMeasurementTestStrict(),
171 SoftAssert softAssert = new SoftAssert(TAG);
173 softAssert.assertTrue("GPS measurement satellite count check: ",
179 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs);
184 softAssert, timeInNs);
186 softAssert.assertAll()
    [all...]
GnssPseudorangeVerificationTest.java 107 SoftAssert.failOrWarning(isMeasurementTestStrict(),
124 SoftAssert.failOrWarning(isMeasurementTestStrict(),
128 SoftAssert softAssert = new SoftAssert(TAG);
137 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs);
143 validatePseudorange(measurements, softAssert, timeInNs);
152 SoftAssert.failOrWarning(isMeasurementTestStrict(),
157 softAssert.assertAll();
196 SoftAssert softAssert, long timeInNs)
    [all...]

Completed in 2853 milliseconds