Class TestClassTagPredicate
- java.lang.Object
-
- org.antublue.test.engine.support.predicate.RegexPredicate<Class<?>>
-
- org.antublue.test.engine.support.predicate.TestClassTagPredicate
-
public final class TestClassTagPredicate extends RegexPredicate<Class<?>>
-
-
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 TestClassTagPredicateof(String regex)booleantest(Class<?> clazz)
-
-
-
Method Detail
-
test
public boolean test(Class<?> clazz)
-
of
public static TestClassTagPredicate of(String regex)
-
-