Home
last modified time | relevance | path

Searched defs:t (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java509 public void addError(Test test, Throwable t) { in addError()
529 throw new AuptTerminator(t.getMessage(), t); in addError() local
533 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
534 throw new AuptTerminator(t.getMessage(), t); in addFailure() local
555 public void addError(Test test, Throwable t) { in addError()
560 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
597 public void addError(Test test, Throwable t) { in addError()