public static enum AchillesTestResource.Steps extends Enum<AchillesTestResource.Steps>
| Enum Constant and Description |
|---|
AFTER_TEST |
BEFORE_TEST |
BOTH |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAfter() |
boolean |
isBefore() |
static AchillesTestResource.Steps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AchillesTestResource.Steps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AchillesTestResource.Steps BEFORE_TEST
public static final AchillesTestResource.Steps AFTER_TEST
public static final AchillesTestResource.Steps BOTH
public static AchillesTestResource.Steps[] values()
for (AchillesTestResource.Steps c : AchillesTestResource.Steps.values()) System.out.println(c);
public static AchillesTestResource.Steps 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 boolean isBefore()
public boolean isAfter()
Copyright © 2012-2021. All Rights Reserved.