public static enum Timings.Stage extends Enum<Timings.Stage>
| Enum Constant and Description |
|---|
BUILD_MUTATION_TESTS |
COVERAGE |
MUTATION_PRE_SCAN |
RUN_MUTATION_TESTS |
SCAN_CLASS_PATH |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Timings.Stage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Timings.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Timings.Stage MUTATION_PRE_SCAN
public static final Timings.Stage BUILD_MUTATION_TESTS
public static final Timings.Stage RUN_MUTATION_TESTS
public static final Timings.Stage SCAN_CLASS_PATH
public static final Timings.Stage COVERAGE
public static Timings.Stage[] values()
for (Timings.Stage c : Timings.Stage.values()) System.out.println(c);
public static Timings.Stage 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 nullpublic String toString()
toString in class Enum<Timings.Stage>Copyright © 2021 org.pitest. All rights reserved.