Uses of Interface
org.mockito.verification.VerificationEvent
-
Packages that use VerificationEvent Package Description org.mockito.internal.verification Verification logic.org.mockito.listeners Public classes relative to the listener APIs. -
-
Uses of VerificationEvent in org.mockito.internal.verification
Classes in org.mockito.internal.verification that implement VerificationEvent Modifier and Type Class Description class
VerificationEventImpl
Methods in org.mockito.internal.verification with parameters of type VerificationEvent Modifier and Type Method Description private void
MockAwareVerificationMode. notifyListeners(VerificationEvent event)
-
Uses of VerificationEvent in org.mockito.listeners
Methods in org.mockito.listeners with parameters of type VerificationEvent Modifier and Type Method Description void
VerificationListener. onVerification(VerificationEvent verificationEvent)
Called after a verification happened.
-