Home
last modified time | relevance | path

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

/dalvik/dx/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
47 thrownException().printStackTrace(writer); in trace()
52 return thrownException().getMessage(); in exceptionMessage()
55 return thrownException() instanceof AssertionFailedError; in isFailure()
/dalvik/libcore/junit/src/main/java/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
47 thrownException().printStackTrace(writer); in trace()
52 return thrownException().getMessage(); in exceptionMessage()
55 return thrownException() instanceof AssertionFailedError; in isFailure()
/dalvik/libcore/luni/src/test/java/com/google/coretests/
DCoreTestIsolator.java73 thrownException() : in main()
75 thrownException(); in main()