Class AnnotationMethodPredicate
java.lang.Object
org.antublue.test.engine.internal.predicate.AnnotationMethodPredicate
Class to implement a predicate to match a test method
-
Method Summary
Modifier and TypeMethodDescriptionstatic AnnotationMethodPredicateof(Class<? extends Annotation> annotation) Method to get an AnnotationMethodPredicate for an Annotationstatic AnnotationMethodPredicateof(Class<? extends Annotation>... annotations) Method to get an AnnotationMethodPredicate for a list of Annotationsstatic AnnotationMethodPredicateof(List<Class<? extends Annotation>> annotations) Method to get an AnnotationMethodPredicate for a list of Annotationsboolean
-
Method Details
-
test
-
of
Method to get an AnnotationMethodPredicate for an Annotation- Parameters:
annotation- annotation- Returns:
- an AnnotationMethodPredicate for an Annotation
-
of
Method to get an AnnotationMethodPredicate for a list of Annotations- Parameters:
annotations- annotations- Returns:
- an AnnotationMethodPredicate for a list of Annotations
-
of
Method to get an AnnotationMethodPredicate for a list of Annotations- Parameters:
annotations- annotations- Returns:
- an AnnotationMethodPredicate for a list of Annotations
-