Package | Description |
---|---|
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
Modifier and Type | Method and Description |
---|---|
static MatcherApplicationStrategy |
MatcherApplicationStrategy.getMatcherApplicationStrategyFor(Invocation invocation,
java.util.List<ArgumentMatcher<?>> matchers)
Returns the
MatcherApplicationStrategy that must be used to capture the
arguments of the given invocation using the given matchers. |