Package | Description |
---|---|
org.easymock.internal |
Modifier and Type | Field and Description |
---|---|
private static ReflectionUtils.Predicate<java.lang.reflect.Method> |
MockBuilder.CAN_BE_MOCKED |
static ReflectionUtils.Predicate<java.lang.reflect.Method> |
ReflectionUtils.NOT_PRIVATE |
private static ReflectionUtils.Predicate<java.lang.reflect.Method> |
ObjectMethodsFilter.NOT_PRIVATE |
Modifier and Type | Method and Description |
---|---|
static java.lang.reflect.Method |
ReflectionUtils.findMethod(java.lang.Class<?> clazz,
java.lang.String name,
ReflectionUtils.Predicate<java.lang.reflect.Method> filter)
Attempt to find a
Method on the supplied class with the supplied
name and no parameters. |
static java.lang.reflect.Method |
ReflectionUtils.findMethod(java.lang.Class<?> clazz,
java.lang.String name,
ReflectionUtils.Predicate<java.lang.reflect.Method> filter,
java.lang.Class<?>... paramTypes)
Attempt to find a
Method on the supplied class with the supplied
name and parameter types. |