HomeSort by relevance Sort by last modified time
    Searched full:stubbedinvocation (Results 1 - 1 of 1) sorted by null

  /external/mockito/src/org/mockito/internal/handler/
MockHandlerImpl.java 87 StubbedInvocationMatcher stubbedInvocation = invocationContainerImpl.findAnswerFor(invocation);
89 if (stubbedInvocation != null) {
90 stubbedInvocation.captureArgumentsFrom(invocation);
91 return stubbedInvocation.answer(invocation);

Completed in 257 milliseconds