| Class | Description |
|---|---|
| AllDefsCoverageFactory |
AllDefsCoverageFactory class.
|
| AllDefsCoverageSuiteFitness |
Evaluate fitness of a test suite with respect to all of its def-use pairs
|
| AllDefsCoverageTestFitness |
Evaluate fitness of a single test case with respect to one Definition-Use
pair
For more information look at the comment from method getDistance()
|
| Definition |
An object of this class corresponds to a Definition inside the class under
test.
|
| DefUse |
Abstract superclass for all Definitions and Uses
|
| DefUseCoverageFactory |
DefUseCoverageFactory 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
|
| DefUseCoverageTestFitness |
Evaluate fitness of a single test case with respect to one Definition-Use
pair
For more information look at the comment from method getDistance()
|
| DefUseExecutionTraceAnalyzer |
This class is a library holding all methods needed to analyze an
ExecutionTrace with respect to DefUseCoverage fitness calculation
|
| DefUseFactory |
Can be used to create instances of Definition and Use
When given an instruction this factory asks the DefUsePool
whether it knows this instruction.
|
| DefUseFitnessCalculator |
This class is like a library containing all methods needed to calculate a
DefUseCoverage-Fitness
|
| DefUsePool |
This class is supposed to hold all the available information concerning
Definitions and Uses.
|
| Use |
An object of this class corresponds to a Use inside the class under test.
|
| Enum | Description |
|---|---|
| DefUseCoverageTestFitness.DefUsePairType |
| Exception | Description |
|---|---|
| UnexpectedFitnessException |
Copyright © 2010–2017 EvoSuite. All rights reserved.