| Package | Description |
|---|---|
| org.mockito.internal.listeners | |
| org.mockito.listeners |
Public classes relative to the listener APIs.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
VerificationStartedNotifier.Event |
| Modifier and Type | Method and Description |
|---|---|
void |
VerificationStartedListener.onVerificationStarted(VerificationStartedEvent event)
Triggered when the user calls
Mockito.verify(). |