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.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.mock
Methods in org.mockito.mock that return types with arguments of type StubbingLookupListener Modifier and Type Method Description List<StubbingLookupListener>MockCreationSettings. getStubbingLookupListeners()ReturnsStubbingLookupListenerinstances attached to this mock viaMockSettings.stubbingLookupListeners(StubbingLookupListener...).
-