Uses of Interface
org.mockito.listeners.VerificationStartedListener
-
Packages that use VerificationStartedListener Package Description org.mockito Mockito is a mock library for java - seeMockitoclass 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 MockSettingsMockSettings. 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 MockSettingsMockSettingsImpl. 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. verificationStartedListenersMethods 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.ObjectVerificationStartedNotifier. 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()VerificationStartedListenerinstances attached to this mock, seeMockSettings.verificationStartedListeners(VerificationStartedListener...)
-