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
Constructor parameters in org.mockito.internal.verification with type arguments of type VerificationListenerModifierConstructorDescriptionMockAwareVerificationMode(Object mock, VerificationMode mode, Set<VerificationListener> listeners)