public enum ProFeatureHint extends Enum<ProFeatureHint>
Enum Constant and Description |
---|
ASSERTIONS_FOR_TEST_CASE |
TEST_CASE_WHEN_DIFFERENT_PARAMETERS |
TEST_CASE_WHEN_SERIES_OF_REQUESTS |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
getSettingId() |
boolean |
isEnabled() |
static ProFeatureHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProFeatureHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProFeatureHint TEST_CASE_WHEN_SERIES_OF_REQUESTS
public static final ProFeatureHint TEST_CASE_WHEN_DIFFERENT_PARAMETERS
public static final ProFeatureHint ASSERTIONS_FOR_TEST_CASE
public static ProFeatureHint[] values()
for (ProFeatureHint c : ProFeatureHint.values()) System.out.println(c);
public static ProFeatureHint 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 String getMessage()
public String getSettingId()
public boolean isEnabled()
Copyright © 2019. All rights reserved.