Home
last modified time | relevance | path

Searched refs:thrownException (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/test-junit/src/junit/framework/
DTestFailure.java20 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure() argument
22 fThrownException= thrownException; in TestFailure()
33 public Throwable thrownException() { in thrownException() method in TestFailure
48 thrownException().printStackTrace(writer); in trace()
53 return thrownException().getMessage(); in exceptionMessage()
56 return thrownException() instanceof AssertionFailedError; in isFailure()
/frameworks/base/test-base/api/
Dcurrent.txt175 method public Throwable thrownException();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54095 method public java.lang.Throwable thrownException();