Searched refs:thrownException (Results 1 – 3 of 3) sorted by relevance
20 public TestFailure(Test failedTest, Throwable thrownException) { in TestFailure() argument22 fThrownException= thrownException; in TestFailure()33 public Throwable thrownException() { in thrownException() method in TestFailure48 thrownException().printStackTrace(writer); in trace()53 return thrownException().getMessage(); in exceptionMessage()56 return thrownException() instanceof AssertionFailedError; in isFailure()
175 method public Throwable thrownException();
54095 method public java.lang.Throwable thrownException();