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