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