public enum CucumberReportTypes extends Enum<CucumberReportTypes>
| Enum Constant and Description |
|---|
BREAKDOWN_REPORT |
CHARTS_REPORT |
CONSOLIDATED_REPORT |
COVERAGE_OVERVIEW |
DETAILED_REPORT |
FEATURE_MAP_REPORT |
FEATURE_OVERVIEW |
KNOWN_ERRORS |
RESULTS_OVERVIEW |
RETROSPECTIVE_OVERVIEW |
USAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CucumberReportTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CucumberReportTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CucumberReportTypes BREAKDOWN_REPORT
public static final CucumberReportTypes CHARTS_REPORT
public static final CucumberReportTypes CONSOLIDATED_REPORT
public static final CucumberReportTypes COVERAGE_OVERVIEW
public static final CucumberReportTypes DETAILED_REPORT
public static final CucumberReportTypes FEATURE_MAP_REPORT
public static final CucumberReportTypes FEATURE_OVERVIEW
public static final CucumberReportTypes KNOWN_ERRORS
public static final CucumberReportTypes RESULTS_OVERVIEW
public static final CucumberReportTypes RETROSPECTIVE_OVERVIEW
public static final CucumberReportTypes USAGE
private String value
public static CucumberReportTypes[] values()
for (CucumberReportTypes c : CucumberReportTypes.values()) System.out.println(c);
public static CucumberReportTypes 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 toString()
toString in class Enum<CucumberReportTypes>Copyright © 2013-2017. All Rights Reserved.