Home
last modified time | relevance | path

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

/dalvik/dx/src/junit/framework/
DTestFailure.java14 protected Throwable fThrownException; field in TestFailure
22 fThrownException= thrownException; in TestFailure()
34 return fThrownException; in thrownException()
41 buffer.append(fFailedTest+": "+fThrownException.getMessage()); in toString()
/dalvik/libcore/junit/src/main/java/junit/framework/
DTestFailure.java14 protected Throwable fThrownException; field in TestFailure
22 fThrownException= thrownException; in TestFailure()
34 return fThrownException; in thrownException()
41 buffer.append(fFailedTest+": "+fThrownException.getMessage()); in toString()