public class ProjectClassPaths extends Object
Constructor and Description |
---|
ProjectClassPaths(ClassPath classPath,
ClassFilter classFilter,
PathFilter pathFilter) |
Modifier and Type | Method and Description |
---|---|
Collection<ClassName> |
code() |
ClassPath |
getClassPath() |
ClassFilter |
getFilter() |
Collection<ClassName> |
test() |
public ProjectClassPaths(ClassPath classPath, ClassFilter classFilter, PathFilter pathFilter)
public Collection<ClassName> code()
public Collection<ClassName> test()
public ClassPath getClassPath()
public ClassFilter getFilter()
Copyright © 2021 org.pitest. All rights reserved.