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