Home
last modified time | relevance | path

Searched refs:addError (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java307 public void addError(Test test, Throwable t) {}
477 public void addError(Test test, Throwable t) {
608 public void addError(Test test, Throwable t) {
618 public void addError(Test test, Throwable t) {
680 public void addError(Test test, Throwable t) {
DDexTestRunner.java283 listener.addError(test, t); in onError()
/platform_testing/libraries/tradefed-python-lib/tradefed_py/
Dtf_runner.py125 def addError(self, test, err): member in TextTestResult
134 super(TextTestResult, self).addError(test, err)