Package | Description |
---|---|
org.mockito.internal.invocation |
Invocation machinery and related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeSafeMatching |
Modifier and Type | Field and Description |
---|---|
private static ArgumentMatcherAction |
TypeSafeMatching.TYPE_SAFE_MATCHING_ACTION |
Modifier and Type | Method and Description |
---|---|
private ArgumentMatcherAction |
InvocationMatcher.captureArgument() |
static ArgumentMatcherAction |
TypeSafeMatching.matchesTypeSafe() |
Modifier and Type | Method and Description |
---|---|
boolean |
MatcherApplicationStrategy.forEachMatcherAndArgument(ArgumentMatcherAction action)
Applies the given
ArgumentMatcherAction to all arguments and
corresponding matchers |