Package org.pitest.mutationtest.build
Interface TestPrioritiser
-
- All Known Implementing Classes:
DefaultTestPrioritiser
public interface TestPrioritiser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<TestInfo>assignTests(MutationDetails mutation)
-
-
-
Method Detail
-
assignTests
List<TestInfo> assignTests(MutationDetails mutation)
- Parameters:
mutation- Mutation to assign tests to- Returns:
- List of tests to run against mutant in priority order
-
-