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.java503 public void addError(Test test, Throwable t) { in addError()
523 throw new AuptTerminator(t.getMessage(), t); in addError() local
527 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
528 throw new AuptTerminator(t.getMessage(), t); in addFailure() local
549 public void addError(Test test, Throwable t) { in addError()
554 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
591 public void addError(Test test, Throwable t) { in addError()