Home
last modified time | relevance | path

Searched refs:fThrownException (Results 1 – 2 of 2) sorted by relevance

/external/junit/src/main/java/junit/framework/
DTestFailure.java15 protected Throwable fThrownException; field in TestFailure
22 fThrownException = thrownException; in TestFailure()
36 return fThrownException; in thrownException()
44 return fFailedTest + ": " + fThrownException.getMessage(); in toString()
/external/junit/src/main/java/org/junit/runner/notification/
DFailure.java27 private final Throwable fThrownException; field in Failure
36 this.fThrownException = thrownException; in Failure()
59 return fThrownException; in getException()
64 return getTestHeader() + ": " + fThrownException.getMessage(); in toString()