Package org.pitest.mutationtest.build
Interface TestPrioritiserFactory
-
- All Superinterfaces:
ToolClasspathPlugin
- All Known Implementing Classes:
DefaultTestPrioritiserFactory
public interface TestPrioritiserFactory extends ToolClasspathPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestPrioritisermakeTestPrioritiser(Properties props, CodeSource code, CoverageDatabase coverage)-
Methods inherited from interface org.pitest.plugin.ToolClasspathPlugin
description
-
-
-
-
Method Detail
-
makeTestPrioritiser
TestPrioritiser makeTestPrioritiser(Properties props, CodeSource code, CoverageDatabase coverage)
-
-