public enum CucumberReportTypes extends Enum<CucumberReportTypes>
| Enum Constant and Description |
|---|
BENCHMARK_REPORT |
BREAKDOWN_REPORT |
CHARTS_REPORT |
CONSOLIDATED_REPORT |
COVERAGE_OVERVIEW |
CUSTOM_REPORT |
DETAILED_REPORT |
FEATURE_MAP_REPORT |
FEATURE_OVERVIEW |
KNOWN_ERRORS |
RESULTS_OVERVIEW |
RETROSPECTIVE_OVERVIEW |
SPLIT_FEATURE |
SYSTEM_INFO |
USAGE |
| Modifier and Type | Field and Description |
|---|---|
private static HashMap<CucumberReportTypes,String> |
reportSuffixes |
private static HashMap<CucumberReportTypes,String> |
templateNames |
private String |
value |
| Modifier and Type | Method and Description |
|---|---|
String |
suffix() |
String |
template() |
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 BENCHMARK_REPORT
public static final CucumberReportTypes CHARTS_REPORT
public static final CucumberReportTypes CONSOLIDATED_REPORT
public static final CucumberReportTypes COVERAGE_OVERVIEW
public static final CucumberReportTypes CUSTOM_REPORT
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 SYSTEM_INFO
public static final CucumberReportTypes SPLIT_FEATURE
public static final CucumberReportTypes USAGE
private String value
private static HashMap<CucumberReportTypes,String> reportSuffixes
private static HashMap<CucumberReportTypes,String> templateNames
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>public String suffix()
public String template()
Copyright © 2013-2018. All Rights Reserved.