Searched refs:notAnException (Results 1 – 2 of 2) sorted by relevance
13 import static org.mockito.internal.exceptions.Reporter.notAnException;28 throw notAnException(); in checkNonNullThrowable()
827 public static MockitoException notAnException() { in notAnException() method in Reporter