public class EverythingAllowedPredicate extends java.lang.Object implements ReflectionPredicate
| Constructor and Description |
|---|
EverythingAllowedPredicate() |
| 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.
|
public boolean test(java.lang.Class<?> c)
ReflectionPredicatetest in interface ReflectionPredicatec - the class to testpublic boolean test(java.lang.reflect.Method m)
ReflectionPredicatetest in interface ReflectionPredicatem - the method to testpublic boolean test(java.lang.reflect.Constructor<?> m)
ReflectionPredicatetest in interface ReflectionPredicatem - the constructor to testpublic boolean test(java.lang.reflect.Field f)
ReflectionPredicatetest in interface ReflectionPredicatef - the field to test