Uses of Interface
org.mockito.listeners.VerificationStartedEvent
Packages that use VerificationStartedEvent
Package
Description
Public classes relative to the listener APIs.
-
Uses of VerificationStartedEvent in org.mockito.internal.listeners
Classes in org.mockito.internal.listeners that implement VerificationStartedEventModifier and TypeClassDescription(package private) static class
-
Uses of VerificationStartedEvent in org.mockito.listeners
Methods in org.mockito.listeners with parameters of type VerificationStartedEventModifier and TypeMethodDescriptionvoid
VerificationStartedListener.onVerificationStarted
(VerificationStartedEvent event) Triggered when the user callsMockito.verify()
.