Class RegexPredicate<T>
- java.lang.Object
-
- org.antublue.test.engine.internal.predicate.RegexPredicate<T>
-
- Type Parameters:
T- the return type
- All Implemented Interfaces:
Predicate<T>
- Direct Known Subclasses:
TestClassPredicate,TestClassTagPredicate,TestMethodPredicate,TestMethodTagPredicate
public abstract class RegexPredicate<T> extends Object implements Predicate<T>
Class to implement a regex Predicate
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRegexPredicate(String regex)Constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetRegex()Method to get the regexabstract booleantest(T value)Method to test the value using the regex
-