Searched refs:skipped (Results 1 – 9 of 9) sorted by relevance
60 skipped(e, description); in apply()84 protected void skipped(AssumptionViolatedException e, Description description) {}
129 void skipped(); in skipped() method
211 public void skipped() { in skipped() method in TestResult
272 String skipped = parser.getAttributeValue(NS, SKIPPED_ATTR); in getResultFromDir() local273 if (skipped != null && Boolean.parseBoolean(skipped)) { in getResultFromDir()275 test.skipped(); in getResultFromDir()
99 testRule.skipped(mockAssumptionFailure, mockDescription) in reportsSkippedToMetricsCollector()217 testRule.skipped(Mockito.mock(AssumptionViolatedException::class.java), mockDescription) in canBeDisabled()
211 protected void skipped(AssumptionViolatedException e, Description description) { in skipped() method in TestWatcherTest.TestableTestWatcher
103 public override fun skipped(e: AssumptionViolatedException, description: Description) { in skipped() method
92 Note that some test cases are skipped if they aren't supported by the device95 - `scc_indoor_5g_wfd_sta_test` is skipped if the device doesn't98 - `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.
244 moduleBTest5.skipped(); in testSerialization()339 moduleBTest5.skipped(); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()