Skip navigation links
Mockito 2.28.0 API
A B C D E F G H I L M N O P R S T U V W 

L

lenient() - Static method in class org.mockito.Mockito
Lenient stubs bypass "strict stubbing" validation (see Strictness.STRICT_STUBS).
lenient() - Method in interface org.mockito.MockSettings
Lenient mocks bypass "strict stubbing" validation (see Strictness.STRICT_STUBS).
LenientStubber - Interface in org.mockito.stubbing
Used for declaring optional stubbings with Mockito.lenient()
leq(T) - Static method in class org.mockito.AdditionalMatchers
comparable argument less than or equal the given value details.
leq(byte) - Static method in class org.mockito.AdditionalMatchers
byte argument less than or equal to the given value.
leq(double) - Static method in class org.mockito.AdditionalMatchers
double argument less than or equal to the given value.
leq(float) - Static method in class org.mockito.AdditionalMatchers
float argument less than or equal to the given value.
leq(int) - Static method in class org.mockito.AdditionalMatchers
int argument less than or equal to the given value.
leq(long) - Static method in class org.mockito.AdditionalMatchers
long argument less than or equal to the given value.
leq(short) - Static method in class org.mockito.AdditionalMatchers
short argument less than or equal to the given value.
Location - Interface in org.mockito.invocation
Describes the location of something in the source code.
log(Object) - Method in interface org.mockito.plugins.MockitoLogger
Log specified object.
log(String) - Method in interface org.mockito.session.MockitoSessionLogger
Logs the hint.
logger(MockitoSessionLogger) - Method in interface org.mockito.session.MockitoSessionBuilder
Configures logger used by MockitoSession for emitting warnings when finishing the session.
longThat(ArgumentMatcher<Long>) - Static method in class org.mockito.ArgumentMatchers
Allows creating custom long argument matchers.
longThat(Matcher<Long>) - Static method in class org.mockito.hamcrest.MockitoHamcrest
Enables integrating hamcrest matchers that match primitive long arguments.
lt(T) - Static method in class org.mockito.AdditionalMatchers
comparable argument less than the given value.
lt(byte) - Static method in class org.mockito.AdditionalMatchers
byte argument less than the given value.
lt(double) - Static method in class org.mockito.AdditionalMatchers
double argument less than the given value.
lt(float) - Static method in class org.mockito.AdditionalMatchers
float argument less than the given value.
lt(int) - Static method in class org.mockito.AdditionalMatchers
int argument less than the given value.
lt(long) - Static method in class org.mockito.AdditionalMatchers
long argument less than the given value.
lt(short) - Static method in class org.mockito.AdditionalMatchers
short argument less than the given value.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
Mockito 2.28.0 API