Searched defs:invocationMatcher (Results 1 – 3 of 3) sorted by relevance
125 …InvocationMatcher invocationMatcher = new InvocationMatcher(invocation, (List) asList(new Equals("… in should_capture_arguments_from_invocation() local140 InvocationMatcher invocationMatcher = new InvocationMatcher(invocation, (List) asList(ANY)); in should_match_varargs_using_any_varargs() local155 …InvocationMatcher invocationMatcher = new InvocationMatcher(invocation, Arrays.<ArgumentMatcher>as… in should_capture_varargs_as_vararg() local171 InvocationMatcher invocationMatcher = new InvocationMatcher(invocation,(List) asList(ANY)); in should_capture_arguments_when_args_count_does_NOT_match() local
50 InvocationMatcher invocationMatcher = matchersBinder.bindMatchers( in handle() local59 InvocationMatcher invocationMatcher = matchersBinder.bindMatchers( in handle() local
50 public void resetInvocationForPotentialStubbing(MatchableInvocation invocationMatcher) { in resetInvocationForPotentialStubbing()