Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
DThrowsException.java15 import static org.mockito.internal.exceptions.Reporter.checkedExceptionInvalid;
51 throw checkedExceptionInvalid(throwable); in validateFor()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java51 public static MockitoException checkedExceptionInvalid(Throwable t) { in checkedExceptionInvalid() method in Reporter