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>
-
-
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)booleantest(Method method)-
Methods inherited from class org.antublue.test.engine.internal.predicate.RegexPredicate
getRegex
-
-
-
-
Method Detail
-
test
public boolean test(Method method)
-
of
public static TestMethodTagPredicate of(String regex)
-
-