Searched defs:failed (Results 1 – 11 of 11) sorted by relevance
43 protected void failed(Throwable e, Description description) { in failed() method in FailureScreenshotTestWatcher
50 protected void failed(Throwable e, Description description) { in failed() method in KillAppsOnFailureRule
188 protected void failed(Throwable t, Description description) { in failed() method in TestMetricRule
28 override fun failed(e: Throwable, description: Description?) { in failed() method in android.tools.flicker.rules.ArtifactSaverRule
96 public override fun failed(e: Throwable?, description: Description) { in failed() method
113 void failed(String trace); in failed() method
180 public void failed(String trace) { in failed() method in TestResult
134 boolean failed) { in throwAggregatedException()
405 int failed = result.countResults(TestStatus.FAIL); in writeResults() local
203 protected void failed(Throwable e, Description description) { in failed() method in TestWatcherTest.TestableTestWatcher
254 public void failed(Throwable e, Description description) { in failed() method in DynamicRuleChainTest.Rule1