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