Searched refs:invocationMatcher (Results 1 – 3 of 3) sorted by relevance
50 InvocationMatcher invocationMatcher = matchersBinder.bindMatchers( in handle() local54 invocationContainer.setMethodForStubbing(invocationMatcher); in handle()59 InvocationMatcher invocationMatcher = matchersBinder.bindMatchers( in handle() local71 … VerificationDataImpl data = new VerificationDataImpl(invocationContainer, invocationMatcher); in handle()82 invocationContainer.setInvocationForPotentialStubbing(invocationMatcher); in handle()111 invocationContainer.resetInvocationForPotentialStubbing(invocationMatcher); in handle()
125 …InvocationMatcher invocationMatcher = new InvocationMatcher(invocation, (List) asList(new Equals("… in should_capture_arguments_from_invocation() local128 invocationMatcher.captureArgumentsFrom(invocation); in should_capture_arguments_from_invocation()140 InvocationMatcher invocationMatcher = new InvocationMatcher(invocation, (List) asList(ANY)); in should_match_varargs_using_any_varargs() local143 boolean match = invocationMatcher.matches(invocation); in should_match_varargs_using_any_varargs()155 …InvocationMatcher invocationMatcher = new InvocationMatcher(invocation, Arrays.<ArgumentMatcher>as… in should_capture_varargs_as_vararg() local158 invocationMatcher.captureArgumentsFrom(invocation); in should_capture_varargs_as_vararg()171 InvocationMatcher invocationMatcher = new InvocationMatcher(invocation,(List) asList(ANY)); in should_capture_arguments_when_args_count_does_NOT_match() local174 invocationMatcher.captureArgumentsFrom(invocation); in should_capture_arguments_when_args_count_does_NOT_match()
50 public void resetInvocationForPotentialStubbing(MatchableInvocation invocationMatcher) { in resetInvocationForPotentialStubbing() argument51 this.invocationForStubbing = invocationMatcher; in resetInvocationForPotentialStubbing()