Uses of Interface
org.mockito.listeners.VerificationListener
-
Packages that use VerificationListener Package Description org.mockito.internal.progress Mocking progress stateful classes.org.mockito.internal.verification Verification logic. -
-
Uses of VerificationListener in org.mockito.internal.progress
Methods in org.mockito.internal.progress that return types with arguments of type VerificationListener Modifier and Type Method Description java.util.Set<VerificationListener>
MockingProgress. verificationListeners()
java.util.Set<VerificationListener>
MockingProgressImpl. verificationListeners()
-
Uses of VerificationListener in org.mockito.internal.verification
Fields in org.mockito.internal.verification with type parameters of type VerificationListener Modifier and Type Field Description private java.util.Set<VerificationListener>
MockAwareVerificationMode. listeners
Constructor parameters in org.mockito.internal.verification with type arguments of type VerificationListener Constructor Description MockAwareVerificationMode(java.lang.Object mock, VerificationMode mode, java.util.Set<VerificationListener> listeners)
-