| Package | Description |
|---|---|
| org.evosuite.coverage.method |
| Modifier and Type | Method and Description |
|---|---|
static MethodNoExceptionCoverageTestFitness |
MethodNoExceptionCoverageFactory.createMethodTestFitness(BytecodeInstruction instruction)
Convenience method calling createMethodTestFitness(class,method) with
the respective class and method of the given BytecodeInstruction.
|
static MethodNoExceptionCoverageTestFitness |
MethodNoExceptionCoverageFactory.createMethodTestFitness(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<MethodNoExceptionCoverageTestFitness> |
MethodNoExceptionCoverageFactory.getCoverageGoals()
Generate a list of goals to cover
|
Copyright © 2010–2017 EvoSuite. All rights reserved.