Uses of Class
org.mockito.internal.invocation.MatcherApplicationStrategy.MatcherApplicationType
-
Packages that use MatcherApplicationStrategy.MatcherApplicationType Package Description org.mockito.internal.invocation Invocation machinery and related classes. -
-
Uses of MatcherApplicationStrategy.MatcherApplicationType in org.mockito.internal.invocation
Fields in org.mockito.internal.invocation declared as MatcherApplicationStrategy.MatcherApplicationType Modifier and Type Field Description private MatcherApplicationStrategy.MatcherApplicationType
MatcherApplicationStrategy. matchingType
Methods in org.mockito.internal.invocation that return MatcherApplicationStrategy.MatcherApplicationType Modifier and Type Method Description private static MatcherApplicationStrategy.MatcherApplicationType
MatcherApplicationStrategy. getMatcherApplicationType(Invocation invocation, java.util.List<ArgumentMatcher<?>> matchers)
static MatcherApplicationStrategy.MatcherApplicationType
MatcherApplicationStrategy.MatcherApplicationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MatcherApplicationStrategy.MatcherApplicationType[]
MatcherApplicationStrategy.MatcherApplicationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.mockito.internal.invocation with parameters of type MatcherApplicationStrategy.MatcherApplicationType Constructor Description MatcherApplicationStrategy(Invocation invocation, java.util.List<ArgumentMatcher<?>> matchers, MatcherApplicationStrategy.MatcherApplicationType matchingType)
-