Uses of Interface
org.mockito.internal.listeners.StubbingLookupListener
-
Packages that use StubbingLookupListener Package Description org.mockito.internal.creation.settings org.mockito.internal.junit JUnit integration support classes. -
-
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. stubbingLookupListeners
Methods 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) class
DefaultStubbingLookupListener
Default implementation of stubbing lookup listener.
-