| Class | Description |
|---|---|
| Branch |
An object of this class corresponds to a Branch inside the class under test.
|
| BranchCoverageFactory |
BranchCoverageFactory class.
|
| BranchCoverageGoal |
A single branch coverage goal Either true/false evaluation of a jump
condition, or a method entry
|
| BranchCoverageSuiteFitness |
Fitness function for a whole test suite for all branches
|
| BranchCoverageTestFitness |
Fitness function for a single test on a single branch
|
| BranchPool |
This class is supposed to hold all the available information concerning
Branches.
|
| ControlFlowDistanceCalculator |
This class holds static methods used to calculate ControlFlowDistances or in
other words methods to determine, how far a given ExecutionResult was away
from reaching a given instruction or evaluating a certain Branch in a certain
way - depending on your point of view.
|
| OnlyBranchCoverageFactory |
BranchCoverageFactory class.
|
| OnlyBranchCoverageSuiteFitness |
Fitness function for a whole test suite for all branches
|
| OnlyBranchCoverageTestFitness |
Fitness function for a single test on a single branch
|
Copyright © 2010–2017 EvoSuite. All rights reserved.