Class TestMethodTagPredicate
java.lang.Object
org.antublue.test.engine.internal.predicate.RegexPredicate<Method>
org.antublue.test.engine.internal.predicate.TestMethodTagPredicate
Class to implement a test method tag predicate
-
Field Summary
Fields inherited from class org.antublue.test.engine.internal.predicate.RegexPredicate
matcher, pattern, regex -
Method Summary
Modifier and TypeMethodDescriptionstatic TestMethodTagPredicateMethod to create an instance of a TestMethodTagPredicatebooleanMethod to test the PredicateMethods inherited from class org.antublue.test.engine.internal.predicate.RegexPredicate
getRegex
-
Method Details
-
test
Method to test the Predicate -
of
Method to create an instance of a TestMethodTagPredicate- Parameters:
regex- regex- Returns:
- the return value
-