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