Uses of Interface
org.mockito.stubbing.Stubbing
Packages that use Stubbing
Package
Description
Mockito is a mock library for java - see
Mockito class for usage.Stubbing logic.
Static utils
Public classes relative to the listener APIs.
-
Uses of Stubbing in org.mockito
Methods in org.mockito that return types with arguments of type StubbingModifier and TypeMethodDescriptionMockingDetails.getStubbings()Returns stubbings declared on this mock object. -
Uses of Stubbing in org.mockito.internal.invocation.finder
Methods in org.mockito.internal.invocation.finder that return types with arguments of type StubbingModifier and TypeMethodDescriptionAllInvocationsFinder.findStubbings(Iterable<?> mocks) Gets all stubbings from mocks. -
Uses of Stubbing in org.mockito.internal.listeners
Methods in org.mockito.internal.listeners with parameters of type StubbingModifier and TypeMethodDescriptionstatic voidStubbingLookupNotifier.notifyStubbedAnswerLookup(Invocation invocation, Stubbing stubbingFound, Collection<Stubbing> allStubbings, CreationSettings creationSettings) Method parameters in org.mockito.internal.listeners with type arguments of type StubbingModifier and TypeMethodDescriptionstatic voidStubbingLookupNotifier.notifyStubbedAnswerLookup(Invocation invocation, Stubbing stubbingFound, Collection<Stubbing> allStubbings, CreationSettings creationSettings) -
Uses of Stubbing in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement StubbingMethods in org.mockito.internal.stubbing that return types with arguments of type StubbingModifier and TypeMethodDescriptionInvocationContainerImpl.getStubbingsAscending()Stubbings in ascending order, most recent lastMethods in org.mockito.internal.stubbing with parameters of type StubbingModifier and TypeMethodDescriptionintstatic StrictnessStrictnessSelector.determineStrictness(Stubbing stubbing, MockCreationSettings mockSettings, Strictness testLevelStrictness) Determines the actual strictness in the following importance order: 1st - strictness configured when declaring stubbing; 2nd - strictness configured at mock level; 3rd - strictness configured at test level (rule, mockito session)static booleanUnusedStubbingReporting.shouldBeReported(Stubbing stubbing) Decides if the stubbing should be reported as unused. -
Uses of Stubbing in org.mockito.internal.util
Methods in org.mockito.internal.util that return types with arguments of type Stubbing -
Uses of Stubbing in org.mockito.listeners
Methods in org.mockito.listeners that return StubbingMethods in org.mockito.listeners that return types with arguments of type Stubbing