Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitoutil/
DThrowableAssert.java10 private Throwable reportedException; field in ThrowableAssert
16 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()