Uses of Interface
org.mockito.listeners.StubbingLookupEvent
-
Packages that use StubbingLookupEvent Package Description org.mockito.internal.junit JUnit integration support classes.org.mockito.internal.listeners org.mockito.listeners 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 StubbingLookupEvent Modifier and Type Method Description void
DefaultStubbingLookupListener. onStubbingLookup(StubbingLookupEvent event)
-
Uses of StubbingLookupEvent in org.mockito.internal.listeners
Classes in org.mockito.internal.listeners that implement StubbingLookupEvent Modifier and Type Class Description (package private) static class
StubbingLookupNotifier.Event
-
Uses of StubbingLookupEvent in org.mockito.listeners
Methods in org.mockito.listeners with parameters of type StubbingLookupEvent Modifier and Type Method Description void
StubbingLookupListener. onStubbingLookup(StubbingLookupEvent stubbingLookupEvent)
Called by the framework when Mockito looked up an answer for invocation on a mock.
-