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