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