public static enum FailureTestingListener.FailureMode extends Enum<FailureTestingListener.FailureMode>
| Enum Constant and Description |
|---|
ILLEGAL_STATE |
INFINITE_SLEEP |
OOM |
SYSTEM_EXIT_1 |
| Modifier and Type | Method and Description |
|---|---|
static FailureTestingListener.FailureMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureTestingListener.FailureMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FailureTestingListener.FailureMode OOM
public static final FailureTestingListener.FailureMode SYSTEM_EXIT_1
public static final FailureTestingListener.FailureMode ILLEGAL_STATE
public static final FailureTestingListener.FailureMode INFINITE_SLEEP
public static FailureTestingListener.FailureMode[] values()
for (FailureTestingListener.FailureMode c : FailureTestingListener.FailureMode.values()) System.out.println(c);
public static FailureTestingListener.FailureMode 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 © 2021. All rights reserved.