Uses of Interface
org.mockito.verification.VerificationEvent
-
Packages that use VerificationEvent Package Description org.mockito.listeners Public classes relative to the listener APIs. -
-
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.
-