Searched refs:reportedException (Results 1 – 1 of 1) sorted by relevance
10 private Throwable reportedException; field in ThrowableAssert16 this.reportedException = t; in ThrowableAssert()23 if(!exceptionType.isInstance(reportedException)) { in throwsException()26 + reportedException.getClass().getSimpleName()); in throwsException()32 assertEquals(exceptionMessage, reportedException.getMessage()); in throwsMessage()