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