public static enum Properties.LocalSearchBudgetType extends Enum<Properties.LocalSearchBudgetType>
| Enum Constant and Description |
|---|
FITNESS_EVALUATIONS |
STATEMENTS |
SUITES |
TESTS |
TIME
Time expressed in seconds
|
| Modifier and Type | Method and Description |
|---|---|
static Properties.LocalSearchBudgetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.LocalSearchBudgetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.LocalSearchBudgetType STATEMENTS
public static final Properties.LocalSearchBudgetType TESTS
public static final Properties.LocalSearchBudgetType TIME
public static final Properties.LocalSearchBudgetType SUITES
public static final Properties.LocalSearchBudgetType FITNESS_EVALUATIONS
public static Properties.LocalSearchBudgetType[] values()
for (Properties.LocalSearchBudgetType c : Properties.LocalSearchBudgetType.values()) System.out.println(c);
public static Properties.LocalSearchBudgetType 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.