| Package | Description |
|---|---|
| org.mockito.internal.invocation |
Invocation machinery and related classes.
|
| Modifier and Type | Field and Description |
|---|---|
private MatcherApplicationStrategy.MatcherApplicationType |
MatcherApplicationStrategy.matchingType |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
MatcherApplicationStrategy(Invocation invocation,
java.util.List<ArgumentMatcher<?>> matchers,
MatcherApplicationStrategy.MatcherApplicationType matchingType) |