public abstract class AbstractFitnessFactory<T extends TestFitnessFunction> extends Object implements TestFitnessFactory<T>
| Modifier and Type | Field and Description |
|---|---|
static long |
goalComputationTime
A concrete factory can store the time consumed to initially compute all
coverage goals in this field in order to track this information in
SearchStatistics.
|
| Constructor and Description |
|---|
AbstractFitnessFactory() |
| Modifier and Type | Method and Description |
|---|---|
double |
getFitness(TestSuiteChromosome suite)
Gets the fitness for suite if the goals from this TestFitnessFactory are
applied.
|
protected boolean |
isCUT(String className) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCoverageGoalspublic static long goalComputationTime
protected boolean isCUT(String className)
public double getFitness(TestSuiteChromosome suite)
getFitness in interface TestFitnessFactory<T extends TestFitnessFunction>suite - a TestSuiteChromosome object.Copyright © 2010–2017 EvoSuite. All rights reserved.