| Package | Description |
|---|---|
| org.evosuite.coverage.branch | |
| org.evosuite.coverage.exception | |
| org.evosuite.coverage.line | |
| org.evosuite.coverage.statement |
| Modifier and Type | Method and Description |
|---|---|
static BranchCoverageTestFitness |
BranchCoverageFactory.createBranchCoverageTestFitness(Branch b,
boolean branchExpressionValue)
Create a fitness function for branch coverage aimed at executing the
Branch identified by b as defined by branchExpressionValue.
|
static BranchCoverageTestFitness |
BranchCoverageFactory.createBranchCoverageTestFitness(ControlDependency cd)
Create a fitness function for branch coverage aimed at executing the
given ControlDependency.
|
static BranchCoverageTestFitness |
BranchCoverageFactory.createRootBranchTestFitness(BytecodeInstruction instruction)
Convenience method calling createRootBranchTestFitness(class,method) with
the respective class and method of the given BytecodeInstruction.
|
static BranchCoverageTestFitness |
BranchCoverageFactory.createRootBranchTestFitness(String className,
String method)
Create a fitness function for branch coverage aimed at covering the root
branch of the given method in the given class.
|
| Modifier and Type | Method and Description |
|---|---|
List<BranchCoverageTestFitness> |
BranchCoverageFactory.getCoverageGoals()
Generate a list of goals to cover
|
List<BranchCoverageTestFitness> |
BranchCoverageFactory.getCoverageGoalsForAllKnownClasses() |
| Modifier and Type | Class and Description |
|---|---|
class |
TryCatchCoverageTestFitness
Created by gordon on 03/04/2016.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<BranchCoverageTestFitness> |
LineCoverageTestFitness.branchFitnesses |
| Modifier and Type | Field and Description |
|---|---|
protected List<BranchCoverageTestFitness> |
StatementCoverageTestFitness.branchFitnesses |
| Modifier and Type | Method and Description |
|---|---|
BranchCoverageTestFitness |
StatementCoverageTestFitness.getLastCoveringFitness()
Getter for the field
lastCoveringFitness. |
Copyright © 2010–2017 EvoSuite. All rights reserved.