public static enum TestMutationHistoryEntry.TestMutation extends Enum<TestMutationHistoryEntry.TestMutation>
| Modifier and Type | Method and Description |
|---|---|
static TestMutationHistoryEntry.TestMutation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestMutationHistoryEntry.TestMutation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestMutationHistoryEntry.TestMutation CHANGE
public static final TestMutationHistoryEntry.TestMutation INSERTION
public static final TestMutationHistoryEntry.TestMutation DELETION
public static TestMutationHistoryEntry.TestMutation[] values()
for (TestMutationHistoryEntry.TestMutation c : TestMutationHistoryEntry.TestMutation.values()) System.out.println(c);
public static TestMutationHistoryEntry.TestMutation 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.