Searched refs:fThrownException (Results 1 – 2 of 2) sorted by relevance
15 protected Throwable fThrownException; field in TestFailure22 fThrownException = thrownException; in TestFailure()36 return fThrownException; in thrownException()44 return fFailedTest + ": " + fThrownException.getMessage(); in toString()
27 private final Throwable fThrownException; field in Failure36 this.fThrownException = thrownException; in Failure()59 return fThrownException; in getException()64 return getTestHeader() + ": " + fThrownException.getMessage(); in toString()