Searched refs:notAnException (Results 1 – 3 of 3) sorted by relevance
18 import static org.mockito.internal.exceptions.Reporter.notAnException;81 throw notAnException(); in doThrow()99 throw notAnException(); in doThrow()
7 import static org.mockito.internal.exceptions.Reporter.notAnException;60 throw notAnException(); in thenThrow()
838 public static MockitoException notAnException() { in notAnException() method in Reporter