Searched defs:thrownException (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/src/junit/framework/
H A DTestFailure.java20 public TestFailure(Test failedTest, Throwable thrownException) { argument
22 fThrownException= thrownException;
33 public Throwable thrownException() { method in class:TestFailure
47 thrownException().printStackTrace(writer);
52 return thrownException().getMessage();
55 return thrownException() instanceof AssertionFailedError;
/dalvik/libcore/junit/src/main/java/junit/framework/
H A DTestFailure.java20 public TestFailure(Test failedTest, Throwable thrownException) { argument
22 fThrownException= thrownException;
33 public Throwable thrownException() { method in class:TestFailure
47 thrownException().printStackTrace(writer);
52 return thrownException().getMessage();
55 return thrownException() instanceof AssertionFailedError;
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 25 milliseconds