Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/stubbing/
DStubberImpl.java19 import static org.mockito.internal.exceptions.Reporter.notAnException;
88 throw notAnException(); in doThrow()
106 throw notAnException(); in doThrow()
DBaseStubbing.java7 import static org.mockito.internal.exceptions.Reporter.notAnException;
61 throw notAnException(); in thenThrow()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java846 public static MockitoException notAnException() { in notAnException() method in Reporter