public class MutationFactory extends AbstractFitnessFactory<MutationTestFitness>
MutationFactory class.
goalComputationTime| Constructor and Description |
|---|
MutationFactory()
Constructor for MutationFactory.
|
MutationFactory(boolean strongMutation)
Constructor for MutationFactory.
|
| Modifier and Type | Method and Description |
|---|---|
List<MutationTestFitness> |
getCoverageGoals()
Generate a list of goals to cover
|
List<MutationTestFitness> |
getCoverageGoals(String targetMethod)
getCoverageGoals
|
getFitness, isCUTpublic MutationFactory()
Constructor for MutationFactory.
public MutationFactory(boolean strongMutation)
Constructor for MutationFactory.
strongMutation - a boolean.public List<MutationTestFitness> getCoverageGoals()
List object.public List<MutationTestFitness> getCoverageGoals(String targetMethod)
getCoverageGoals
Copyright © 2010–2017 EvoSuite. All rights reserved.