Searched defs:t (Results 1 – 1 of 1) sorted by relevance
503 public void addError(Test test, Throwable t) { in addError()523 throw new AuptTerminator(t.getMessage(), t); in addError() local527 public void addFailure(Test test, AssertionFailedError t) { in addFailure()528 throw new AuptTerminator(t.getMessage(), t); in addFailure() local549 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()