Uses of Interface
org.mockito.listeners.VerificationStartedListener
-
Packages that use VerificationStartedListener Package Description org.mockito Mockito is a mock library for java - seeMockito
class for usage.org.mockito.internal.creation Mock object creation.org.mockito.internal.creation.settings org.mockito.internal.listeners org.mockito.mock Mock settings related classes. -
-
Uses of VerificationStartedListener in org.mockito
Methods in org.mockito with parameters of type VerificationStartedListener Modifier and Type Method Description MockSettings
MockSettings. verificationStartedListeners(VerificationStartedListener... listeners)
Registers a listener(s) that will be notified when user starts verification. -
Uses of VerificationStartedListener in org.mockito.internal.creation
Methods in org.mockito.internal.creation with parameters of type VerificationStartedListener Modifier and Type Method Description MockSettings
MockSettingsImpl. verificationStartedListeners(VerificationStartedListener... listeners)
-
Uses of VerificationStartedListener in org.mockito.internal.creation.settings
Fields in org.mockito.internal.creation.settings with type parameters of type VerificationStartedListener Modifier and Type Field Description protected java.util.List<VerificationStartedListener>
CreationSettings. verificationStartedListeners
Methods in org.mockito.internal.creation.settings that return types with arguments of type VerificationStartedListener Modifier and Type Method Description java.util.List<VerificationStartedListener>
CreationSettings. getVerificationStartedListeners()
-
Uses of VerificationStartedListener in org.mockito.internal.listeners
Method parameters in org.mockito.internal.listeners with type arguments of type VerificationStartedListener Modifier and Type Method Description static java.lang.Object
VerificationStartedNotifier. notifyVerificationStarted(java.util.List<VerificationStartedListener> listeners, MockingDetails originalMockingDetails)
-
Uses of VerificationStartedListener in org.mockito.mock
Methods in org.mockito.mock that return types with arguments of type VerificationStartedListener Modifier and Type Method Description java.util.List<VerificationStartedListener>
MockCreationSettings. getVerificationStartedListeners()
VerificationStartedListener
instances attached to this mock, seeMockSettings.verificationStartedListeners(VerificationStartedListener...)
-