Uses of Interface
org.mockito.listeners.StubbingLookupListener
-
Packages that use StubbingLookupListener 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.junit JUnit integration support classes.org.mockito.mock Mock settings related classes. -
-
Uses of StubbingLookupListener in org.mockito
Methods in org.mockito with parameters of type StubbingLookupListener Modifier and Type Method Description MockSettingsMockSettings. 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 StubbingLookupListener Modifier and Type Method Description MockSettingsMockSettingsImpl. stubbingLookupListeners(StubbingLookupListener... listeners) -
Uses of StubbingLookupListener in org.mockito.internal.creation.settings
Fields in org.mockito.internal.creation.settings with type parameters of type StubbingLookupListener Modifier and Type Field Description protected java.util.List<StubbingLookupListener>CreationSettings. stubbingLookupListenersMethods in org.mockito.internal.creation.settings that return types with arguments of type StubbingLookupListener Modifier and Type Method Description java.util.List<StubbingLookupListener>CreationSettings. getStubbingLookupListeners() -
Uses of StubbingLookupListener in org.mockito.internal.junit
Classes in org.mockito.internal.junit that implement StubbingLookupListener Modifier and Type Class Description (package private) classDefaultStubbingLookupListenerDefault implementation of stubbing lookup listener. -
Uses of StubbingLookupListener in org.mockito.mock
Methods in org.mockito.mock that return types with arguments of type StubbingLookupListener Modifier and Type Method Description java.util.List<StubbingLookupListener>MockCreationSettings. getStubbingLookupListeners()ReturnsStubbingLookupListenerinstances attached to this mock viaMockSettings.stubbingLookupListeners(StubbingLookupListener...).
-