Package | Description |
---|---|
org.mockito.internal.verification |
Verification logic.
|
org.mockito.listeners |
Public classes relative to the listener APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
VerificationEventImpl |
Modifier and Type | Method and Description |
---|---|
private void |
MockAwareVerificationMode.notifyListeners(VerificationEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
VerificationListener.onVerification(VerificationEvent verificationEvent)
Called after a verification happened.
|