| Package | Description |
|---|---|
| org.mockito.internal.exceptions | |
| org.mockito.internal.invocation |
Invocation and related classes.
|
| org.mockito.internal.stubbing |
Stubbing logic.
|
| org.mockito.invocation |
Public API related to invocation
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
VerificationAwareInvocation |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InvocationImpl |
Method call on a mock object.
|
class |
InvocationMatcher |
| Modifier and Type | Class | Description |
|---|---|---|
class |
StubbedInvocationMatcher |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
DescribedInvocation |
Provides information about the invocation, specifically a human readable description and the location.
|
interface |
Invocation |
A method call on a mock object.
|