Home
last modified time | relevance | path

Searched defs:mockMethod (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/
DForwardsInvocations.java33 Method mockMethod = invocation.getMethod(); in answer() local
52 private Method getDelegateMethod(Method mockMethod) throws NoSuchMethodException { in getDelegateMethod()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java792 …public static MockitoException delegatedMethodHasWrongReturnType(Method mockMethod, Method delegat… in delegatedMethodHasWrongReturnType()
802 …public static MockitoException delegatedMethodDoesNotExistOnDelegate(Method mockMethod, Object moc… in delegatedMethodDoesNotExistOnDelegate()