Package org.pitest.mutationtest.config
Class PathNamePredicate
- java.lang.Object
-
- org.pitest.mutationtest.config.PathNamePredicate
-
- All Implemented Interfaces:
Predicate<ClassPathRoot>
public class PathNamePredicate extends Object implements Predicate<ClassPathRoot>
-
-
Constructor Summary
Constructors Constructor Description PathNamePredicate(Predicate<String> stringFilter)
-
-
-
Method Detail
-
test
public boolean test(ClassPathRoot classPathRoot)
- Specified by:
testin interfacePredicate<ClassPathRoot>
-
-