| Package | Description |
|---|---|
| org.mockito |
Mockito is a mock library for java - see
Mockito class 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.
|
| StubbingLookupListener
When a method is called on a mock object Mockito looks up any stubbings recorded on that mock.
|
| VerificationStartedListener
This listener gets notified when the user starts verification.
|
| Class and Description |
|---|
| MethodInvocationReport
Represent a method call on a mock.
|
| MockitoListener
Marker interface for all types of Mockito listeners.
|
| StubbingLookupEvent
Represent an information about the looked up stubbing
|
| VerificationStartedEvent
The instance of this class is passed to
VerificationStartedListener. |
| Class and Description |
|---|
| InvocationListener
This listener can be notified of method invocations on a mock.
|
| StubbingLookupListener
When a method is called on a mock object Mockito looks up any stubbings recorded on that mock.
|
| VerificationStartedListener
This listener gets notified when the user starts verification.
|