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 MatcherApplicationStrategyMatcherApplicationStrategy.getMatcherApplicationStrategyFor(Invocation invocation, List<? extends ArgumentMatcher<?>> matchers) Returns theMatcherApplicationStrategythat must be used to capture the arguments of the given invocation using the given matchers.