Searched refs:checkedExceptionInvalid (Results 1 – 2 of 2) sorted by relevance
15 import static org.mockito.internal.exceptions.Reporter.checkedExceptionInvalid;51 throw checkedExceptionInvalid(throwable); in validateFor()
51 public static MockitoException checkedExceptionInvalid(Throwable t) { in checkedExceptionInvalid() method in Reporter