| Package | Description |
|---|---|
| org.mockito.invocation |
Public API related to mock method invocations.
|
| org.mockito.mock |
Mock settings related classes.
|
| org.mockito.stubbing |
Stubbing related classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Invocation
A method call on a mock object.
|
interface |
InvocationContainer
Although this class is a part of public API, please don't provide your own implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MockCreationSettings<T>
Informs about the mock settings.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Stubbing
Stubbing declared on the mock object.
|