Searched refs:cannotCallAbstractRealMethod (Results 1 – 4 of 4) sorted by relevance
14 import static org.mockito.internal.exceptions.Reporter.cannotCallAbstractRealMethod;49 throw cannotCallAbstractRealMethod(); in validateFor()
13 import static org.mockito.internal.exceptions.Reporter.cannotCallAbstractRealMethod;115 throw cannotCallAbstractRealMethod(); in callRealMethod()
17 import static org.mockito.internal.exceptions.Reporter.cannotCallAbstractRealMethod;129 throw cannotCallAbstractRealMethod(); in callRealMethod()
594 public static MockitoException cannotCallAbstractRealMethod() { in cannotCallAbstractRealMethod() method in Reporter