| Modifier and Type | Method and Description |
|---|---|
static List<TestSuiteFitnessFunction> |
TestSuiteGenerator.getFitnessFunctions()
getFitnessFunctions
|
| Modifier and Type | Method and Description |
|---|---|
static TestSuiteFitnessFunction |
FitnessFunctions.getFitnessFunction(Properties.Criterion criterion)
getFitnessFunction
|
| Modifier and Type | Class and Description |
|---|---|
class |
AmbiguityCoverageSuiteFitness |
| Modifier and Type | Class and Description |
|---|---|
class |
BranchCoverageSuiteFitness
Fitness function for a whole test suite for all branches
|
class |
OnlyBranchCoverageSuiteFitness
Fitness function for a whole test suite for all branches
|
| Modifier and Type | Class and Description |
|---|---|
class |
CBranchSuiteFitness
Context Branch criterion, force the generation of test cases that directly
invoke the method where the branch is, i.e., do not consider covered a branch
if it is covered by invoking other methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllDefsCoverageSuiteFitness
Evaluate fitness of a test suite with respect to all of its def-use pairs
|
class |
DefUseCoverageSuiteFitness
Evaluate fitness of a test suite with respect to all of its def-use pairs
First simple and naive idea: Just take each DUGoal, calculate the minimal
fitness over all results in the suite once a goal is covered don't check for
it again in the end sum up all those fitness and that is s the resulting
suite-fitness
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionCoverageSuiteFitness
Exception fitness is different from the others, as we do not know a priori how
many exceptions could be thrown in the SUT.
|
class |
TryCatchCoverageSuiteFitness
Created by gordon on 03/04/2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IBranchSuiteFitness
We don't remember what the I of IBranch stands for.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputCoverageSuiteFitness |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputCoverageSuiteFitness |
| Modifier and Type | Class and Description |
|---|---|
class |
LineCoverageSuiteFitness
Fitness function for a whole test suite for all branches
|
class |
OnlyLineCoverageSuiteFitness |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodCoverageSuiteFitness
Fitness function for a whole test suite for all methods considering only normal behaviour (no exceptions)
|
class |
MethodNoExceptionCoverageSuiteFitness
Fitness function for a whole test suite for all methods considering only normal behaviour (no exceptions)
|
class |
MethodTraceCoverageSuiteFitness
Fitness function for a whole test suite for all methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutationSuiteFitness
Abstract MutationSuiteFitness class.
|
class |
OnlyMutationSuiteFitness
OnlyMutationSuiteFitness class.
|
class |
StrongMutationSuiteFitness
StrongMutationSuiteFitness class.
|
class |
WeakMutationSuiteFitness
WeakMutationSuiteFitness class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadabilitySuiteFitness |
| Modifier and Type | Class and Description |
|---|---|
class |
RhoCoverageSuiteFitness |
| Modifier and Type | Class and Description |
|---|---|
class |
StatementCoverageSuiteFitness |
| Modifier and Type | Field and Description |
|---|---|
protected TestSuiteFitnessFunction |
AbstractMOSA.suiteFitness
keep track of overall suite fitness and coverage
|
| Modifier and Type | Class and Description |
|---|---|
class |
LanguageModelSuiteFitness
Created by mat on 20/03/2014.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegressionSuiteFitness |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
RegressionTestChromosome.executeForFitnessFunction(TestSuiteFitnessFunction testSuiteFitnessFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TestSuiteFitnessFunction> |
TestGenerationStrategy.getFitnessFunctions()
Convert criterion names to test suite fitness functions
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
TestChromosome.executeForFitnessFunction(TestSuiteFitnessFunction testSuiteFitnessFunction)
executeForFitnessFunction
|
abstract ExecutionResult |
ExecutableChromosome.executeForFitnessFunction(TestSuiteFitnessFunction testSuiteFitnessFunction)
executeForFitnessFunction
|
void |
ValueMinimizer.minimize(TestSuiteChromosome suite,
TestSuiteFitnessFunction objective)
minimize
|
| Constructor and Description |
|---|
TestSuiteFitnessFunc_to_TestFitnessFactory_Adapter(TestSuiteFitnessFunction testSuiteFitness)
Constructor for TestSuiteFitnessFunc_to_TestFitnessFactory_Adapter.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.