Class AnnotationFieldPredicate
java.lang.Object
org.antublue.test.engine.internal.predicate.AnnotationFieldPredicate
Class to implement a predicate to match a test field
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationFieldPredicateof(Class<? extends Annotation> annotation) Method to get an AnnotationFieldPredicate for an Annotationstatic AnnotationFieldPredicateof(Class<? extends Annotation>... annotations) Method to get an AnnotationFieldPredicate for an Annotationstatic AnnotationFieldPredicateof(List<Class<? extends Annotation>> annotations) Method to get an AnnotationFieldPredicate for an Annotationboolean
-
Method Details
-
test
-
of
Method to get an AnnotationFieldPredicate for an Annotation- Parameters:
annotation- annotation- Returns:
- an AnnotationFieldPredicate for an Annotation
-
of
Method to get an AnnotationFieldPredicate for an Annotation- Parameters:
annotations- annotations- Returns:
- an AnnotationFieldPredicate for an Annotation
-
of
Method to get an AnnotationFieldPredicate for an Annotation- Parameters:
annotations- annotations- Returns:
- an AnnotationFieldPredicate for an Annotation
-