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 val failed: Boolean constant
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
88 public override fun failed(e: Throwable?, description: Description) { in failed() method
328 override val failed: Boolean = true in <lambda>() constant