Uses of Interface
org.mockito.stubbing.LenientStubber
Packages that use LenientStubber
Package
Description
Mockito is a mock library for java - see
Mockito class for usage.Internal classes, not to be used by clients.
Stubbing logic.
-
Uses of LenientStubber in org.mockito
Methods in org.mockito that return LenientStubberModifier and TypeMethodDescriptionstatic LenientStubberMockito.lenient()Lenient stubs bypass "strict stubbing" validation (seeStrictness.STRICT_STUBS). -
Uses of LenientStubber in org.mockito.internal
Methods in org.mockito.internal that return LenientStubber -
Uses of LenientStubber in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement LenientStubber