public class StatementCoverageSuiteFitness extends TestSuiteFitnessFunction
logger| Constructor and Description |
|---|
StatementCoverageSuiteFitness() |
| Modifier and Type | Method and Description |
|---|---|
double |
getFitness(AbstractTestSuiteChromosome<? extends ExecutableChromosome> suite)
Calculate and set fitness function #TODO the 'set fitness' part should be
done by some abstract super class of all FitnessFunctions
|
isMaximizationFunction, runTest, runTestSuitegetBestStoredIndividual, normalize, updateCoveredGoals, updateIndividual, updateIndividualpublic double getFitness(AbstractTestSuiteChromosome<? extends ExecutableChromosome> suite)
getFitness in class FitnessFunction<AbstractTestSuiteChromosome<? extends ExecutableChromosome>>suite - a Chromosome object.Copyright © 2010–2017 EvoSuite. All rights reserved.