static enum NotificationBuilder.DetectedTestRunBehaviour extends java.lang.Enum<NotificationBuilder.DetectedTestRunBehaviour>
Enum Constant and Description |
---|
ALL_TESTINSTANCES_ARE_CREATED_FIRST |
INCONSISTENT_BEHAVIOUR |
PENDING |
START_FIRES_FIRST |
TEST_INSTANCE_CREATED_FIRST |
TEST_INSTANCES_ARE_REUSED |
Modifier and Type | Method and Description |
---|---|
static NotificationBuilder.DetectedTestRunBehaviour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationBuilder.DetectedTestRunBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationBuilder.DetectedTestRunBehaviour PENDING
public static final NotificationBuilder.DetectedTestRunBehaviour START_FIRES_FIRST
public static final NotificationBuilder.DetectedTestRunBehaviour TEST_INSTANCE_CREATED_FIRST
public static final NotificationBuilder.DetectedTestRunBehaviour ALL_TESTINSTANCES_ARE_CREATED_FIRST
public static final NotificationBuilder.DetectedTestRunBehaviour TEST_INSTANCES_ARE_REUSED
public static final NotificationBuilder.DetectedTestRunBehaviour INCONSISTENT_BEHAVIOUR
public static NotificationBuilder.DetectedTestRunBehaviour[] values()
for (NotificationBuilder.DetectedTestRunBehaviour c : NotificationBuilder.DetectedTestRunBehaviour.values()) System.out.println(c);
public static NotificationBuilder.DetectedTestRunBehaviour valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null