Searched refs:notAnException (Results 1 – 3 of 3) sorted by relevance
19 import static org.mockito.internal.exceptions.Reporter.notAnException;88 throw notAnException(); in doThrow()106 throw notAnException(); in doThrow()
7 import static org.mockito.internal.exceptions.Reporter.notAnException;61 throw notAnException(); in thenThrow()
846 public static MockitoException notAnException() { in notAnException() method in Reporter