Class TestMethodPredicate
- java.lang.Object
-
- org.antublue.test.engine.support.predicate.RegexPredicate<Method>
-
- org.antublue.test.engine.support.predicate.TestMethodPredicate
-
public final class TestMethodPredicate extends RegexPredicate<Method>
-
-
Field Summary
-
Fields inherited from class org.antublue.test.engine.support.predicate.RegexPredicate
matcher, pattern, regex
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestMethodPredicateof(String regex)booleantest(Method method)
-
-
-
Method Detail
-
test
public boolean test(Method method)
-
of
public static TestMethodPredicate of(String regex)
-
-