| Package | Description |
|---|---|
| org.evosuite.coverage.ambiguity | |
| org.evosuite.coverage.line | |
| org.evosuite.coverage.rho |
| Modifier and Type | Method and Description |
|---|---|
List<LineCoverageTestFitness> |
AmbiguityCoverageFactory.getCoverageGoals() |
static List<LineCoverageTestFitness> |
AmbiguityCoverageFactory.getGoals() |
| Modifier and Type | Method and Description |
|---|---|
static LineCoverageTestFitness |
LineCoverageFactory.createLineTestFitness(BytecodeInstruction instruction)
Convenience method calling createMethodTestFitness(class,method) with
the respective class and method of the given BytecodeInstruction.
|
static LineCoverageTestFitness |
LineCoverageFactory.createLineTestFitness(String className,
String method,
Integer line)
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<LineCoverageTestFitness> |
LineCoverageFactory.getCoverageGoals()
Generate a list of goals to cover
|
| Modifier and Type | Method and Description |
|---|---|
List<LineCoverageTestFitness> |
RhoCoverageFactory.getCoverageGoals() |
static List<LineCoverageTestFitness> |
RhoCoverageFactory.getGoals() |
static List<LineCoverageTestFitness> |
RhoAux.getLineGoals()
Returns the list of lines goals of the CUT
|
Copyright © 2010–2017 EvoSuite. All rights reserved.