Class TestMethodTagPredicate
- java.lang.Object
-
- org.antublue.test.engine.internal.predicate.RegexPredicate<Method>
-
- org.antublue.test.engine.internal.predicate.TestMethodTagPredicate
-
public final class TestMethodTagPredicate extends RegexPredicate<Method>
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestMethodTagPredicateof(String regex)Method to create an instance of a TestMethodTagPredicatebooleantest(Method method)Method to test the Predicate-
Methods inherited from class org.antublue.test.engine.internal.predicate.RegexPredicate
getRegex
-
-
-
-
Method Detail
-
test
public boolean test(Method method)
Method to test the Predicate
-
of
public static TestMethodTagPredicate of(String regex)
Method to create an instance of a TestMethodTagPredicate- Parameters:
regex- regex- Returns:
- the return value
-
-