Uses of Enum Class
org.mockito.internal.invocation.MatcherApplicationStrategy.MatcherApplicationType
Packages that use MatcherApplicationStrategy.MatcherApplicationType
-
Uses of MatcherApplicationStrategy.MatcherApplicationType in org.mockito.internal.invocation
Fields in org.mockito.internal.invocation declared as MatcherApplicationStrategy.MatcherApplicationTypeModifier and TypeFieldDescriptionprivate final MatcherApplicationStrategy.MatcherApplicationType
MatcherApplicationStrategy.matchingType
Methods in org.mockito.internal.invocation that return MatcherApplicationStrategy.MatcherApplicationTypeModifier and TypeMethodDescriptionprivate static MatcherApplicationStrategy.MatcherApplicationType
MatcherApplicationStrategy.getMatcherApplicationType
(Invocation invocation, List<ArgumentMatcher<?>> matchers) Returns the enum constant of this class with the specified name.MatcherApplicationStrategy.MatcherApplicationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mockito.internal.invocation with parameters of type MatcherApplicationStrategy.MatcherApplicationTypeModifierConstructorDescriptionprivate
MatcherApplicationStrategy
(Invocation invocation, List<ArgumentMatcher<?>> matchers, MatcherApplicationStrategy.MatcherApplicationType matchingType)