| Package | Description |
|---|---|
| org.evosuite.coverage.io.output | |
| org.evosuite.testcase.execution |
| Modifier and Type | Method and Description |
|---|---|
static Set<OutputCoverageGoal> |
OutputCoverageGoal.createGoalsFromObject(String className,
String methodName,
String methodDesc,
Object returnValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
OutputCoverageGoal.compareTo(OutputCoverageGoal o) |
| Constructor and Description |
|---|
OutputCoverageTestFitness(OutputCoverageGoal goal)
Constructor - fitness is specific to a method
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Set<OutputCoverageGoal>> |
ExecutionResult.getOutputGoals() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResult.setOutputGoals(Map<Integer,Set<OutputCoverageGoal>> coveredGoals) |
Copyright © 2010–2017 EvoSuite. All rights reserved.