Searched refs:stubPassedToVerify (Results 1 – 2 of 2) sorted by relevance
25 import static org.mockito.internal.exceptions.Reporter.stubPassedToVerify;127 throw stubPassedToVerify(); // this throws an exception in createVerificationData()
279 public static MockitoException stubPassedToVerify() { in stubPassedToVerify() method in Reporter