| Package | Description |
|---|---|
| org.mockito.invocation |
Public API related to mock method invocations.
|
| org.mockito.listeners |
Public classes relative to the listener APIs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Invocation
A method call on a mock object.
|
interface |
MatchableInvocation
MatchableInvocation wraps Invocation instance
and holds argument matchers associated with that invocation. |
| Modifier and Type | Method and Description |
|---|---|
DescribedInvocation |
MethodInvocationReport.getInvocation() |