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.
|