Uses of Class
org.mockito.internal.invocation.MatcherApplicationStrategy
Packages that use MatcherApplicationStrategy
-
Uses of MatcherApplicationStrategy in org.mockito.internal.invocation
Methods in org.mockito.internal.invocation that return MatcherApplicationStrategyModifier and TypeMethodDescriptionstatic MatcherApplicationStrategy
MatcherApplicationStrategy.getMatcherApplicationStrategyFor
(Invocation invocation, List<ArgumentMatcher<?>> matchers) Returns theMatcherApplicationStrategy
that must be used to capture the arguments of the given invocation using the given matchers.