Searched refs:cannotCallAbstractRealMethod (Results 1 – 3 of 3) sorted by relevance
8 import static org.mockito.internal.exceptions.Reporter.cannotCallAbstractRealMethod;51 throw cannotCallAbstractRealMethod(); in validateFor()
7 import static org.mockito.internal.exceptions.Reporter.cannotCallAbstractRealMethod;140 throw cannotCallAbstractRealMethod(); in callRealMethod()
710 public static MockitoException cannotCallAbstractRealMethod() { in cannotCallAbstractRealMethod() method in Reporter