| Interface | Description |
|---|---|
| InvocationListener |
This listener can be notified of method invocations on a mock.
|
| MethodInvocationReport |
Represent a method call on a mock.
|
| MockCreationListener |
Notified when mock object is created.
|
| MockitoListener |
Marker interface for all types of Mockito listeners.
|
| StubbingLookupEvent |
Represent an information about the looked up stubbing
|
| StubbingLookupListener |
When a method is called on a mock object Mockito looks up any stubbings recorded on that mock.
|
| VerificationListener |
This listener can be notified of verify invocations on a mock.
|
| VerificationStartedEvent |
The instance of this class is passed to
VerificationStartedListener. |
| VerificationStartedListener |
This listener gets notified when the user starts verification.
|