Searched refs:notAMockPassedToVerify (Results 1 – 2 of 2) sorted by relevance
10 import static org.mockito.internal.exceptions.Reporter.notAMockPassedToVerify;87 throw notAMockPassedToVerify(mock.getClass()); in verify()
126 public static MockitoException notAMockPassedToVerify(Class<?> type) { in notAMockPassedToVerify() method in Reporter