public class StrongMutationTestFitness extends MutationTestFitness
StrongMutationTestFitness class.
| Modifier and Type | Field and Description |
|---|---|
protected static Class<?>[] |
observerClasses
Constant
observerClasses |
protected static AssertionTraceObserver<?>[] |
observers
Constant
observers |
controlDependencies, diameter, mutantId, mutationlogger| Constructor and Description |
|---|
StrongMutationTestFitness(Mutation mutation)
Constructor for StrongMutationTestFitness.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getFitness(TestChromosome individual,
ExecutionResult result)
getFitness
|
boolean |
isCovered(TestChromosome individual,
ExecutionResult result)
isCovered
|
ExecutionResult |
runTest(TestCase test) |
static ExecutionResult |
runTest(TestCase test,
Mutation mutant) |
String |
toString() |
compareTo, equals, getExecutionDistance, getMutation, getTargetClass, getTargetMethod, hashCodecompareClassName, getFitness, isCovered, isCovered, isCovered, isCovered, isCoveredBy, isCoveredByResults, isMaximizationFunctiongetBestStoredIndividual, normalize, updateCoveredGoals, updateIndividual, updateIndividualprotected static Class<?>[] observerClasses
observerClassesprotected static AssertionTraceObserver<?>[] observers
observerspublic ExecutionResult runTest(TestCase test)
runTest in class MutationTestFitnesspublic static ExecutionResult runTest(TestCase test, Mutation mutant)
public double getFitness(TestChromosome individual, ExecutionResult result)
getFitness
getFitness in class MutationTestFitnessindividual - a TestChromosome object.result - a ExecutionResult object.public String toString()
toString in class MutationTestFitnesspublic boolean isCovered(TestChromosome individual, ExecutionResult result)
TestFitnessFunctionisCovered
isCovered in class TestFitnessFunctionindividual - a TestChromosome object.result - a ExecutionResult object.Copyright © 2010–2017 EvoSuite. All rights reserved.