Searched refs:addError (Results 1 – 3 of 3) sorted by relevance
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | AuptTestRunner.java | 307 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) {
|
D | DexTestRunner.java | 283 listener.addError(test, t); in onError()
|
/platform_testing/libraries/tradefed-python-lib/tradefed_py/ |
D | tf_runner.py | 125 def addError(self, test, err): member in TextTestResult 134 super(TextTestResult, self).addError(test, err)
|