| Package | Description |
|---|---|
| org.evosuite.coverage.exception |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionCoverageTestFitness.ExceptionType |
ExceptionCoverageTestFitness.type |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionCoverageTestFitness.ExceptionType |
ExceptionCoverageHelper.getType(ExecutionResult result,
int exceptionPosition) |
static ExceptionCoverageTestFitness.ExceptionType |
ExceptionCoverageTestFitness.ExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionCoverageTestFitness.ExceptionType[] |
ExceptionCoverageTestFitness.ExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExceptionCoverageTestFitness(String className,
String methodIdentifier,
Class<?> exceptionClass,
ExceptionCoverageTestFitness.ExceptionType type)
Constructor - fitness is specific to a method
|
Copyright © 2010–2017 EvoSuite. All rights reserved.