public static enum Properties.TestFactory extends Enum<Properties.TestFactory>
| Enum Constant and Description |
|---|
ALLMETHODS |
ARCHIVE |
JUNIT |
RANDOM |
SEED_BEST_AND_RANDOM_INDIVIDUAL |
SEED_BEST_INDIVIDUAL |
SEED_BEST_INDIVIDUAL_METHOD |
SEED_MUTATED_BEST_INDIVIDUAL |
SEED_RANDOM_INDIVIDUAL |
SEED_RANDOM_INDIVIDUAL_METHOD |
SERIALIZATION |
TOURNAMENT |
| Modifier and Type | Method and Description |
|---|---|
static Properties.TestFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.TestFactory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.TestFactory RANDOM
public static final Properties.TestFactory ALLMETHODS
public static final Properties.TestFactory TOURNAMENT
public static final Properties.TestFactory JUNIT
public static final Properties.TestFactory ARCHIVE
public static final Properties.TestFactory SERIALIZATION
public static final Properties.TestFactory SEED_BEST_INDIVIDUAL
public static final Properties.TestFactory SEED_RANDOM_INDIVIDUAL
public static final Properties.TestFactory SEED_BEST_AND_RANDOM_INDIVIDUAL
public static final Properties.TestFactory SEED_BEST_INDIVIDUAL_METHOD
public static final Properties.TestFactory SEED_RANDOM_INDIVIDUAL_METHOD
public static final Properties.TestFactory SEED_MUTATED_BEST_INDIVIDUAL
public static Properties.TestFactory[] values()
for (Properties.TestFactory c : Properties.TestFactory.values()) System.out.println(c);
public static Properties.TestFactory 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.