A B C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
E
- enable() - Method in interface org.mockito.plugins.MockMaker.ConstructionMockControl
- enable() - Method in interface org.mockito.plugins.MockMaker.StaticMockControl
- 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(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(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) - Static method in class org.mockito.ArgumentMatchers
-
float
argument that is equal to the given value. - 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(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() - Method in annotation type org.mockito.Mock
-
Mock will have extra interfaces, see
MockSettings.extraInterfaces(Class[])
. - extraInterfaces(Class<?>...) - Method in interface org.mockito.MockSettings
-
Specifies extra interfaces the mock should implement.
All Classes All Packages