Class TestClassPredicate
- java.lang.Object
-
- org.antublue.test.engine.internal.predicate.RegexPredicate<Class<?>>
-
- org.antublue.test.engine.internal.predicate.TestClassPredicate
-
public final class TestClassPredicate extends RegexPredicate<Class<?>>
-
-
Field Summary
-
Fields inherited from class org.antublue.test.engine.internal.predicate.RegexPredicate
matcher, pattern, regex
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestClassPredicateof(String regex)booleantest(Class<?> clazz)-
Methods inherited from class org.antublue.test.engine.internal.predicate.RegexPredicate
getRegex
-
-
-
-
Method Detail
-
test
public boolean test(Class<?> clazz)
-
of
public static TestClassPredicate of(String regex)
-
-