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