| Package | Description |
|---|---|
| org.evosuite.coverage.io.input | |
| org.evosuite.testcase.execution |
| Modifier and Type | Method and Description |
|---|---|
static Set<InputCoverageGoal> |
InputCoverageGoal.createCoveredGoalsFromParameters(String className,
String methodName,
String methodDesc,
List<Object> argumentsValues) |
| Modifier and Type | Method and Description |
|---|---|
int |
InputCoverageGoal.compareTo(InputCoverageGoal o) |
| Constructor and Description |
|---|
InputCoverageTestFitness(InputCoverageGoal goal)
Constructor - fitness is specific to a method
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Set<InputCoverageGoal>> |
ExecutionResult.getInputGoals() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResult.setInputGoals(Map<Integer,Set<InputCoverageGoal>> coveredGoals) |
Copyright © 2010–2017 EvoSuite. All rights reserved.