Uses of Interface
org.mockito.stubbing.LenientStubber
-
Packages that use LenientStubber Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage. -
-
Uses of LenientStubber in org.mockito
Methods in org.mockito that return LenientStubber Modifier and Type Method Description static LenientStubberMockito. lenient()Lenient stubs bypass "strict stubbing" validation (seeStrictness.STRICT_STUBS).
-