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