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 classTypeSafeMatchingFields in org.mockito.internal.invocation declared as ArgumentMatcherAction Modifier and Type Field Description private static ArgumentMatcherActionTypeSafeMatching. TYPE_SAFE_MATCHING_ACTIONMethods in org.mockito.internal.invocation that return ArgumentMatcherAction Modifier and Type Method Description private ArgumentMatcherActionInvocationMatcher. captureArgument()static ArgumentMatcherActionTypeSafeMatching. matchesTypeSafe()Methods in org.mockito.internal.invocation with parameters of type ArgumentMatcherAction Modifier and Type Method Description private booleanMatcherApplicationStrategy. argsMatch(java.lang.Object[] arguments, java.util.List<? extends ArgumentMatcher<?>> matchers, ArgumentMatcherAction action)booleanMatcherApplicationStrategy. forEachMatcherAndArgument(ArgumentMatcherAction action)Applies the givenArgumentMatcherActionto all arguments and corresponding matchers
-