Package | Description |
---|---|
org.pitest.mutationtest.build |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTestPrioritiser
Assigns tests based on line coverage and order them by execution speed with a
weighting towards tests whose names imply they are intended to test the
mutated class
|
Modifier and Type | Method and Description |
---|---|
TestPrioritiser |
DefaultTestPrioritiserFactory.makeTestPrioritiser(Properties props,
CodeSource code,
CoverageDatabase coverage) |
TestPrioritiser |
TestPrioritiserFactory.makeTestPrioritiser(Properties props,
CodeSource code,
CoverageDatabase coverage) |
Constructor and Description |
---|
MutationSource(MutationConfig mutationConfig,
TestPrioritiser testPrioritiser,
ClassByteArraySource source,
MutationInterceptor interceptor) |
Copyright © 2021 org.pitest. All rights reserved.