Uses of Interface
org.mockito.stubbing.BaseStubber
Packages that use BaseStubber
Package
Description
Stubbing logic.
Stubbing related classes.
-
Uses of BaseStubber in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement BaseStubber -
Uses of BaseStubber in org.mockito.stubbing
Subinterfaces of BaseStubber in org.mockito.stubbingModifier and TypeInterfaceDescriptioninterface
Used for declaring optional stubbings withMockito.lenient()
interface
Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style