Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- 0.3. Explicitly setting up instrumentation for inline mocking (Java 21+) - Search tag in class org.mockito.Mockito
- Section
- Elaborate example - Search tag in org.mockito.Mockito.lenient()
- Section
- 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
-
Stringargument that ends with the given suffix. - eq(boolean) - Static method in class org.mockito.ArgumentMatchers
-
booleanargument that is equal to the given value. - eq(byte) - Static method in class org.mockito.ArgumentMatchers
-
byteargument that is equal to the given value. - eq(char) - Static method in class org.mockito.ArgumentMatchers
-
charargument that is equal to the given value. - eq(double) - Static method in class org.mockito.ArgumentMatchers
-
doubleargument 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
-
floatargument 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
-
intargument that is equal to the given value. - eq(long) - Static method in class org.mockito.ArgumentMatchers
-
longargument that is equal to the given value. - eq(short) - Static method in class org.mockito.ArgumentMatchers
-
shortargument 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() - Element 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 and Interfaces|All Packages|Constant Field Values|Serialized Form