Uses of Interface
org.mockito.listeners.VerificationStartedListener
Packages that use VerificationStartedListener
Package
Description
Mockito is a mock library for java - see
Mockito
class for usage.Mock object creation.
Mock settings related classes.
-
Uses of VerificationStartedListener in org.mockito
Methods in org.mockito with parameters of type VerificationStartedListenerModifier and TypeMethodDescriptionMockSettings.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 VerificationStartedListenerModifier and TypeMethodDescriptionMockSettingsImpl.verificationStartedListeners
(VerificationStartedListener... listeners) -
Uses of VerificationStartedListener in org.mockito.internal.creation.settings
Fields in org.mockito.internal.creation.settings with type parameters of type VerificationStartedListenerModifier and TypeFieldDescriptionprotected List
<VerificationStartedListener> CreationSettings.verificationStartedListeners
Methods in org.mockito.internal.creation.settings that return types with arguments of type VerificationStartedListener -
Uses of VerificationStartedListener in org.mockito.internal.listeners
Method parameters in org.mockito.internal.listeners with type arguments of type VerificationStartedListenerModifier and TypeMethodDescriptionstatic Object
VerificationStartedNotifier.notifyVerificationStarted
(List<VerificationStartedListener> listeners, MockingDetails originalMockingDetails) -
Uses of VerificationStartedListener in org.mockito.mock
Methods in org.mockito.mock that return types with arguments of type VerificationStartedListenerModifier and TypeMethodDescriptionMockCreationSettings.getVerificationStartedListeners()
VerificationStartedListener
instances attached to this mock, seeMockSettings.verificationStartedListeners(VerificationStartedListener...)