- enableClassCache() - Method in class org.mockito.configuration.DefaultMockitoConfiguration
-
- enableClassCache() - Method in interface org.mockito.configuration.IMockitoConfiguration
-
Allow objenesis to cache classes.
- endsWith(String) - Static method in class org.mockito.ArgumentMatchers
-
String
argument that ends with the given suffix.
- eq(double, double) - Static method in class org.mockito.AdditionalMatchers
-
double argument that has an absolute difference to the given value that
is less than the given delta details.
- eq(float, float) - Static method in class org.mockito.AdditionalMatchers
-
float argument that has an absolute difference to the given value that is
less than the given delta details.
- eq(boolean) - Static method in class org.mockito.ArgumentMatchers
-
boolean
argument that is equal to the given value.
- eq(byte) - Static method in class org.mockito.ArgumentMatchers
-
byte
argument that is equal to the given value.
- eq(char) - Static method in class org.mockito.ArgumentMatchers
-
char
argument that is equal to the given value.
- eq(double) - Static method in class org.mockito.ArgumentMatchers
-
double
argument that is equal to the given value.
- eq(float) - Static method in class org.mockito.ArgumentMatchers
-
float
argument that is equal to the given value.
- eq(int) - Static method in class org.mockito.ArgumentMatchers
-
int
argument that is equal to the given value.
- eq(long) - Static method in class org.mockito.ArgumentMatchers
-
long
argument that is equal to the given value.
- eq(short) - Static method in class org.mockito.ArgumentMatchers
-
short
argument that is equal to the given value.
- eq(T) - Static method in class org.mockito.ArgumentMatchers
-
Object argument that is equal to the given value.
- extraInterfaces(Class<?>...) - Method in interface org.mockito.MockSettings
-
Specifies extra interfaces the mock should implement.