public static enum Properties.DSEType extends Enum<Properties.DSEType>
| Enum Constant and Description |
|---|
STATEMENT
apply DSE per statement
|
SUITE
DSE on whole suites
|
TEST
apply DSE with all primitives in a test
|
| Modifier and Type | Method and Description |
|---|---|
static Properties.DSEType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.DSEType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.DSEType STATEMENT
public static final Properties.DSEType TEST
public static final Properties.DSEType SUITE
public static Properties.DSEType[] values()
for (Properties.DSEType c : Properties.DSEType.values()) System.out.println(c);
public static Properties.DSEType 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.