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 ArgumentMatcherAction
TypeSafeMatching.TYPE_SAFE_MATCHING_ACTION
Methods in org.mockito.internal.invocation that return ArgumentMatcherActionModifier and TypeMethodDescriptionprivate ArgumentMatcherAction
InvocationMatcher.captureArgument()
static ArgumentMatcherAction
TypeSafeMatching.matchesTypeSafe()
Methods in org.mockito.internal.invocation with parameters of type ArgumentMatcherActionModifier and TypeMethodDescriptionprivate boolean
MatcherApplicationStrategy.argsMatch
(Object[] arguments, List<? extends ArgumentMatcher<?>> matchers, ArgumentMatcherAction action) boolean
MatcherApplicationStrategy.forEachMatcherAndArgument
(ArgumentMatcherAction action) Applies the givenArgumentMatcherAction
to all arguments and corresponding matchers