Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 9 of 9) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DTestWatcher.java60 skipped(e, description); in apply()
84 protected void skipped(AssumptionViolatedException e, Description description) {}
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DITestResult.java129 void skipped(); in skipped() method
DTestResult.java211 public void skipped() { in skipped() method in TestResult
DResultHandler.java272 String skipped = parser.getAttributeValue(NS, SKIPPED_ATTR); in getResultFromDir() local
273 if (skipped != null && Boolean.parseBoolean(skipped)) { in getResultFromDir()
275 test.skipped(); in getResultFromDir()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/
DFlickerServiceRuleTest.kt99 testRule.skipped(mockAssumptionFailure, mockDescription) in reportsSkippedToMetricsCollector()
217 testRule.skipped(Mockito.mock(AssumptionViolatedException::class.java), mockDescription) in canBeDisabled()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DTestWatcherTest.java211 protected void skipped(AssumptionViolatedException e, Description description) { in skipped() method in TestWatcherTest.TestableTestWatcher
/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DFlickerServiceRule.kt103 public override fun skipped(e: AssumptionViolatedException, description: Description) { in skipped() method
/platform_testing/tests/bettertogether/betocq/
DReadMe.md92 Note that some test cases are skipped if they aren't supported by the device
95 - `scc_indoor_5g_wfd_sta_test` is skipped if the device doesn't
98 - `mcc_5g_all_wifi_non_dbs_2g_sta_test` is skipped for DBS capable devices.
279 string `""` so that the 5G DFS test cases are skipped.
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java244 moduleBTest5.skipped(); in testSerialization()
339 moduleBTest5.skipped(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()