protected static enum FluentTest.Mode extends Enum<FluentTest.Mode>
| Enum Constant and Description |
|---|
NEVER_TAKE_SNAPSHOT |
TAKE_SNAPSHOT_ON_FAIL |
| Modifier and Type | Method and Description |
|---|---|
static FluentTest.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FluentTest.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FluentTest.Mode TAKE_SNAPSHOT_ON_FAIL
public static final FluentTest.Mode NEVER_TAKE_SNAPSHOT
public static FluentTest.Mode[] values()
for (FluentTest.Mode c : FluentTest.Mode.values()) System.out.println(c);
public static FluentTest.Mode 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 © 2015 AConsulting. All Rights Reserved.