| Package | Description |
|---|---|
| org.evosuite.coverage.branch | |
| org.evosuite.coverage.cbranch | |
| org.evosuite.coverage.exception | |
| org.evosuite.coverage.ibranch | |
| org.evosuite.coverage.mutation |
| Modifier and Type | Method and Description |
|---|---|
BranchCoverageGoal |
OnlyBranchCoverageTestFitness.getBranchGoal() |
BranchCoverageGoal |
BranchCoverageTestFitness.getBranchGoal() |
| Modifier and Type | Method and Description |
|---|---|
int |
BranchCoverageGoal.compareTo(BranchCoverageGoal o) |
boolean |
BranchCoverageGoal.isConnectedTo(BranchCoverageGoal goal)
Determines whether this goals is connected to the given goal
This is the case when this goals target branch is control dependent on
the target branch of the given goal or visa versa
This is used in the ChromosomeRecycler to determine if tests produced to
cover one goal should be used initially when trying to cover the other
goal
|
| Constructor and Description |
|---|
BranchCoverageTestFitness(BranchCoverageGoal goal)
Constructor - fitness is specific to a branch
|
OnlyBranchCoverageTestFitness(BranchCoverageGoal goal)
Constructor - fitness is specific to a branch
|
| Modifier and Type | Method and Description |
|---|---|
BranchCoverageGoal |
CBranchTestFitness.getBranchGoal() |
| Constructor and Description |
|---|
CBranchTestFitness(BranchCoverageGoal branch,
CallContext context) |
| Constructor and Description |
|---|
TryCatchCoverageTestFitness(BranchCoverageGoal goal) |
| Modifier and Type | Method and Description |
|---|---|
BranchCoverageGoal |
IBranchTestFitness.getBranchGoal() |
| Constructor and Description |
|---|
IBranchTestFitness(BranchCoverageGoal branch,
CallContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<BranchCoverageGoal> |
MutationTestFitness.controlDependencies |
| Modifier and Type | Method and Description |
|---|---|
Set<BranchCoverageGoal> |
Mutation.getControlDependencies()
getControlDependencies
|
Copyright © 2010–2017 EvoSuite. All rights reserved.