public class IncludeTestPredicate extends java.lang.Object implements java.util.function.Predicate<ExecutableSequence>
| Modifier and Type | Field and Description |
|---|---|
private java.util.regex.Pattern |
testClasses
Classes whose uses to require.
|
| Constructor and Description |
|---|
IncludeTestPredicate(java.util.regex.Pattern testClasses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(ExecutableSequence eseq) |
private java.util.regex.Pattern testClasses
public IncludeTestPredicate(java.util.regex.Pattern testClasses)
public boolean test(ExecutableSequence eseq)
test in interface java.util.function.Predicate<ExecutableSequence>