Uses of Interface
org.mockito.listeners.StubbingLookupListener
Packages that use StubbingLookupListener
Package
Description
Mockito is a mock library for java - see
Mockito class for usage.Mock object creation.
Mock settings related classes.
-
Uses of StubbingLookupListener in org.mockito
Methods in org.mockito with parameters of type StubbingLookupListenerModifier and TypeMethodDescriptionMockSettings.stubbingLookupListeners(StubbingLookupListener... listeners) Add stubbing lookup listener to the mock object. -
Uses of StubbingLookupListener in org.mockito.internal.creation
Methods in org.mockito.internal.creation with parameters of type StubbingLookupListenerModifier and TypeMethodDescriptionMockSettingsImpl.stubbingLookupListeners(StubbingLookupListener... listeners) -
Uses of StubbingLookupListener in org.mockito.internal.creation.settings
Fields in org.mockito.internal.creation.settings with type parameters of type StubbingLookupListenerModifier and TypeFieldDescriptionprotected List<StubbingLookupListener> CreationSettings.stubbingLookupListenersMethods in org.mockito.internal.creation.settings that return types with arguments of type StubbingLookupListener -
Uses of StubbingLookupListener in org.mockito.mock
Methods in org.mockito.mock that return types with arguments of type StubbingLookupListenerModifier and TypeMethodDescriptionMockCreationSettings.getStubbingLookupListeners()ReturnsStubbingLookupListenerinstances attached to this mock viaMockSettings.stubbingLookupListeners(StubbingLookupListener...).