Uses of Interface
org.mockito.listeners.VerificationListener
Packages that use VerificationListener
Package
Description
Mocking progress stateful classes.
Verification logic.
-
Uses of VerificationListener in org.mockito.internal.progress
Methods in org.mockito.internal.progress that return types with arguments of type VerificationListenerModifier and TypeMethodDescriptionMockingProgress.verificationListeners()
MockingProgressImpl.verificationListeners()
-
Uses of VerificationListener in org.mockito.internal.verification
Fields in org.mockito.internal.verification with type parameters of type VerificationListenerModifier and TypeFieldDescriptionprivate final Set<VerificationListener>
MockAwareVerificationMode.listeners
Constructor parameters in org.mockito.internal.verification with type arguments of type VerificationListenerModifierConstructorDescriptionMockAwareVerificationMode
(Object mock, VerificationMode mode, Set<VerificationListener> listeners)