HomeSort by relevance Sort by last modified time
    Searched refs:stubbedInvocation (Results 1 - 2 of 2) 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);
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 59 milliseconds