Uses of Interface
org.mockito.internal.invocation.ArgumentMatcherAction
Packages that use ArgumentMatcherAction
-
Uses of ArgumentMatcherAction in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement ArgumentMatcherActionFields in org.mockito.internal.invocation declared as ArgumentMatcherActionModifier and TypeFieldDescriptionprivate static final ArgumentMatcherActionTypeSafeMatching.TYPE_SAFE_MATCHING_ACTIONMethods in org.mockito.internal.invocation that return ArgumentMatcherActionModifier and TypeMethodDescriptionprivate ArgumentMatcherActionInvocationMatcher.captureArgument()static ArgumentMatcherActionTypeSafeMatching.matchesTypeSafe()Methods in org.mockito.internal.invocation with parameters of type ArgumentMatcherActionModifier and TypeMethodDescriptionprivate booleanMatcherApplicationStrategy.argsMatch(Object[] arguments, List<? extends ArgumentMatcher<?>> matchers, ArgumentMatcherAction action) booleanMatcherApplicationStrategy.forEachMatcherAndArgument(ArgumentMatcherAction action) Applies the givenArgumentMatcherActionto all arguments and corresponding matchers