Uses of Interface
org.mockito.internal.invocation.ArgumentMatcherAction
-
Packages that use ArgumentMatcherAction Package Description org.mockito.internal.invocation Invocation machinery and related classes. -
-
Uses of ArgumentMatcherAction in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement ArgumentMatcherAction Modifier and Type Class Description class
TypeSafeMatching
Fields in org.mockito.internal.invocation declared as ArgumentMatcherAction Modifier and Type Field Description private static ArgumentMatcherAction
TypeSafeMatching. TYPE_SAFE_MATCHING_ACTION
Methods in org.mockito.internal.invocation that return ArgumentMatcherAction Modifier and Type Method Description private ArgumentMatcherAction
InvocationMatcher. captureArgument()
static ArgumentMatcherAction
TypeSafeMatching. matchesTypeSafe()
Methods in org.mockito.internal.invocation with parameters of type ArgumentMatcherAction Modifier and Type Method Description boolean
MatcherApplicationStrategy. forEachMatcherAndArgument(ArgumentMatcherAction action)
Applies the givenArgumentMatcherAction
to all arguments and corresponding matchers
-