Home
last modified time | relevance | path

Searched defs:invocationMatcher (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationMatcherTest.java125 …InvocationMatcher invocationMatcher = new InvocationMatcher(invocation, (List) asList(new Equals("… in should_capture_arguments_from_invocation() local
140 InvocationMatcher invocationMatcher = new InvocationMatcher(invocation, (List) asList(ANY)); in should_match_varargs_using_any_varargs() local
155 …InvocationMatcher invocationMatcher = new InvocationMatcher(invocation, Arrays.<ArgumentMatcher>as… in should_capture_varargs_as_vararg() local
171 InvocationMatcher invocationMatcher = new InvocationMatcher(invocation,(List) asList(ANY)); in should_capture_arguments_when_args_count_does_NOT_match() local
/external/mockito/src/main/java/org/mockito/internal/handler/
DMockHandlerImpl.java50 InvocationMatcher invocationMatcher = matchersBinder.bindMatchers( in handle() local
59 InvocationMatcher invocationMatcher = matchersBinder.bindMatchers( in handle() local
/external/mockito/src/main/java/org/mockito/internal/stubbing/
DInvocationContainerImpl.java50 public void resetInvocationForPotentialStubbing(MatchableInvocation invocationMatcher) { in resetInvocationForPotentialStubbing()