public static enum Properties.Criterion extends Enum<Properties.Criterion>
| Enum Constant and Description |
|---|
ALLDEFS |
AMBIGUITY |
BRANCH |
CBRANCH |
DEFUSE |
EXCEPTION |
IBRANCH |
INPUT |
LINE |
METHOD |
METHODNOEXCEPTION |
METHODTRACE |
MUTATION |
ONLYBRANCH |
ONLYLINE |
ONLYMUTATION |
OUTPUT |
READABILITY |
REGRESSION |
REGRESSIONTESTS |
RHO |
STATEMENT |
STRONGMUTATION |
TRYCATCH |
WEAKMUTATION |
| Modifier and Type | Method and Description |
|---|---|
static Properties.Criterion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.Criterion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.Criterion EXCEPTION
public static final Properties.Criterion DEFUSE
public static final Properties.Criterion ALLDEFS
public static final Properties.Criterion BRANCH
public static final Properties.Criterion CBRANCH
public static final Properties.Criterion STRONGMUTATION
public static final Properties.Criterion WEAKMUTATION
public static final Properties.Criterion MUTATION
public static final Properties.Criterion STATEMENT
public static final Properties.Criterion RHO
public static final Properties.Criterion AMBIGUITY
public static final Properties.Criterion IBRANCH
public static final Properties.Criterion READABILITY
public static final Properties.Criterion ONLYBRANCH
public static final Properties.Criterion ONLYMUTATION
public static final Properties.Criterion METHODTRACE
public static final Properties.Criterion METHOD
public static final Properties.Criterion METHODNOEXCEPTION
public static final Properties.Criterion LINE
public static final Properties.Criterion ONLYLINE
public static final Properties.Criterion OUTPUT
public static final Properties.Criterion INPUT
public static final Properties.Criterion REGRESSION
public static final Properties.Criterion REGRESSIONTESTS
public static final Properties.Criterion TRYCATCH
public static Properties.Criterion[] values()
for (Properties.Criterion c : Properties.Criterion.values()) System.out.println(c);
public static Properties.Criterion 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.