Package org.pitest.mutationtest.build
Interface MutationGrouperFactory
-
- All Superinterfaces:
ToolClasspathPlugin
- All Known Implementing Classes:
DefaultMutationGrouperFactory
public interface MutationGrouperFactory extends ToolClasspathPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutationGroupermakeFactory(Properties props, CodeSource codeSource, int numberOfThreads, int unitSize)-
Methods inherited from interface org.pitest.plugin.ToolClasspathPlugin
description
-
-
-
-
Method Detail
-
makeFactory
MutationGrouper makeFactory(Properties props, CodeSource codeSource, int numberOfThreads, int unitSize)
-
-