public static enum DefUseCoverageTestFitness.DefUsePairType extends Enum<DefUseCoverageTestFitness.DefUsePairType>
| Enum Constant and Description |
|---|
INTER_METHOD |
INTRA_CLASS |
INTRA_METHOD |
PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static DefUseCoverageTestFitness.DefUsePairType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefUseCoverageTestFitness.DefUsePairType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefUseCoverageTestFitness.DefUsePairType INTRA_METHOD
public static final DefUseCoverageTestFitness.DefUsePairType INTER_METHOD
public static final DefUseCoverageTestFitness.DefUsePairType INTRA_CLASS
public static final DefUseCoverageTestFitness.DefUsePairType PARAMETER
public static DefUseCoverageTestFitness.DefUsePairType[] values()
for (DefUseCoverageTestFitness.DefUsePairType c : DefUseCoverageTestFitness.DefUsePairType.values()) System.out.println(c);
public static DefUseCoverageTestFitness.DefUsePairType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010–2017 EvoSuite. All rights reserved.