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 classVerificationEventImplMethods in org.mockito.internal.verification with parameters of type VerificationEvent Modifier and Type Method Description private voidMockAwareVerificationMode. 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 voidVerificationListener. onVerification(VerificationEvent verificationEvent)Called after a verification happened.
-