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 voidVerificationListener. onVerification(VerificationEvent verificationEvent)Called after a verification happened.
-