Searched refs:notAMockPassedToWhenMethod (Results 1 – 2 of 2) sorted by relevance
18 import static org.mockito.internal.exceptions.Reporter.notAMockPassedToWhenMethod;43 throw notAMockPassedToWhenMethod(); in when()
158 public static MockitoException notAMockPassedToWhenMethod() { in notAMockPassedToWhenMethod() method in Reporter