Searched defs:t (Results 1 – 1 of 1) sorted by relevance
509 public void addError(Test test, Throwable t) { in addError()529 throw new AuptTerminator(t.getMessage(), t); in addError() local533 public void addFailure(Test test, AssertionFailedError t) { in addFailure()534 throw new AuptTerminator(t.getMessage(), t); in addFailure() local555 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()