Mockito 2.0.84-beta API
A B C D E F G H I L M N O P R S T U V W 

E

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.Matchers
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.Matchers
boolean argument that is equal to the given value.
eq(byte) - Static method in class org.mockito.Matchers
byte argument that is equal to the given value.
eq(char) - Static method in class org.mockito.Matchers
char argument that is equal to the given value.
eq(double) - Static method in class org.mockito.Matchers
double argument that is equal to the given value.
eq(float) - Static method in class org.mockito.Matchers
float argument that is equal to the given value.
eq(int) - Static method in class org.mockito.Matchers
int argument that is equal to the given value.
eq(long) - Static method in class org.mockito.Matchers
long argument that is equal to the given value.
eq(short) - Static method in class org.mockito.Matchers
short argument that is equal to the given value.
eq(T) - Static method in class org.mockito.Matchers
Object argument that is equal to the given value.
extraInterfaces(Class<?>...) - Method in interface org.mockito.MockSettings
Specifies extra interfaces the mock should implement.
extraInterfacesAcceptsOnlyInterfaces(Class<?>) - Static method in class org.mockito.exceptions.Reporter
 
extraInterfacesCannotContainMockedType(Class<?>) - Static method in class org.mockito.exceptions.Reporter
 
extraInterfacesDoesNotAcceptNullParameters() - Static method in class org.mockito.exceptions.Reporter
 
extraInterfacesRequiresAtLeastOneInterface() - Static method in class org.mockito.exceptions.Reporter
 
A B C D E F G H I L M N O P R S T U V W 
Mockito 2.0.84-beta API