| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class for for usage. |
| org.mockito.listeners |
Public classes relative to the listener APIs.
|
| org.mockito.mock |
Mock settings related classes.
|
| Class and Description |
|---|
| InvocationListener
This listener can be notified of method invocations on a mock.
|
| MockitoListener
Marker interface for all types of Mockito listeners.
|
| Class and Description |
|---|
| MethodInvocationReport
Represent a method call on a mock.
|
| MockitoListener
Marker interface for all types of Mockito listeners.
|
| Class and Description |
|---|
| InvocationListener
This listener can be notified of method invocations on a mock.
|