@Incubating public interface VerificationListener extends MockitoListener
For this to happen, it must be registered using MockingProgress.addListener(MockitoListener).
| Modifier and Type | Method and Description |
|---|---|
void |
onVerification(VerificationEvent verificationEvent)
Called after a verification happened.
|
void onVerification(VerificationEvent verificationEvent)
verificationEvent - the event that occurred.