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.java18 import static org.mockito.internal.exceptions.Reporter.notAnException;
81 throw notAnException(); in doThrow()
99 throw notAnException(); in doThrow()
DBaseStubbing.java7 import static org.mockito.internal.exceptions.Reporter.notAnException;
60 throw notAnException(); in thenThrow()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java838 public static MockitoException notAnException() { in notAnException() method in Reporter