| 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 and Description |
|---|---|
interface |
VerificationAwareInvocation |
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationImpl
Method call on a mock object.
|
class |
InvocationMatcher |
| Modifier and Type | Class and Description |
|---|---|
class |
StubbedInvocationMatcher |
| Modifier and Type | Interface and 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.
|