public interface ReflectionPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(java.lang.Class<?> c)
Indicate whether Randoop should use a class.
|
boolean |
test(java.lang.reflect.Constructor<?> m)
Indicate whether Randoop should use a constructor.
|
boolean |
test(java.lang.reflect.Field f)
Indicate whether Randoop should use a field.
|
boolean |
test(java.lang.reflect.Method m)
Indicate whether Randoop should use a method.
|
boolean test(java.lang.Class<?> c)
c - the class to testboolean test(java.lang.reflect.Method m)
m - the method to testboolean test(java.lang.reflect.Constructor<?> m)
m - the constructor to testboolean test(java.lang.reflect.Field f)
f - the field to test