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.
JUnit integration support classes.
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.stubbingLookupListeners
Methods in org.mockito.internal.creation.settings that return types with arguments of type StubbingLookupListener -
Uses of StubbingLookupListener in org.mockito.internal.junit
Classes in org.mockito.internal.junit that implement StubbingLookupListenerModifier and TypeClassDescription(package private) class
Default implementation of stubbing lookup listener. -
Uses of StubbingLookupListener in org.mockito.mock
Methods in org.mockito.mock that return types with arguments of type StubbingLookupListenerModifier and TypeMethodDescriptionMockCreationSettings.getStubbingLookupListeners()
ReturnsStubbingLookupListener
instances attached to this mock viaMockSettings.stubbingLookupListeners(StubbingLookupListener...)
.