Uses of Interface
org.mockito.listeners.StubbingLookupEvent
Packages that use StubbingLookupEvent
Package
Description
JUnit integration support classes.
Public classes relative to the listener APIs.
-
Uses of StubbingLookupEvent in org.mockito.internal.junit
Methods in org.mockito.internal.junit with parameters of type StubbingLookupEventModifier and TypeMethodDescriptionvoid
DefaultStubbingLookupListener.onStubbingLookup
(StubbingLookupEvent event) -
Uses of StubbingLookupEvent in org.mockito.internal.listeners
Classes in org.mockito.internal.listeners that implement StubbingLookupEvent -
Uses of StubbingLookupEvent in org.mockito.listeners
Methods in org.mockito.listeners with parameters of type StubbingLookupEventModifier and TypeMethodDescriptionvoid
StubbingLookupListener.onStubbingLookup
(StubbingLookupEvent stubbingLookupEvent) Called by the framework when Mockito looked up an answer for invocation on a mock.