Uses of Interface
org.mockito.stubbing.LenientStubber
-
Packages that use LenientStubber Package Description org.mockito Mockito is a mock library for java - seeMockito
class for usage.org.mockito.internal Internal classes, not to be used by clients.org.mockito.internal.stubbing Stubbing logic. -
-
Uses of LenientStubber in org.mockito
Methods in org.mockito that return LenientStubber Modifier and Type Method Description static LenientStubber
Mockito. 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 Modifier and Type Method Description LenientStubber
MockitoCore. lenient()
-
Uses of LenientStubber in org.mockito.internal.stubbing
Classes in org.mockito.internal.stubbing that implement LenientStubber Modifier and Type Class Description class
DefaultLenientStubber
-