Class TestClassPredicate
java.lang.Object
org.antublue.test.engine.internal.discovery.predicate.RegexPredicate<Class<?>>
org.antublue.test.engine.internal.discovery.predicate.TestClassPredicate
Class to implement a Predicate that matches a classname
-
Field Summary
Fields inherited from class org.antublue.test.engine.internal.discovery.predicate.RegexPredicate
matcher, pattern, regex -
Method Summary
Modifier and TypeMethodDescriptionstatic TestClassPredicateMethod to create an instance of a TestClassPredicatebooleanMethod 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 TestClassPredicate- Parameters:
regex- regex- Returns:
- the return value
-