
public class CucumberCoverageOverview extends CucumberResultsOverview
| Modifier and Type | Field and Description |
|---|---|
private String[] |
excludeCoverageTags |
private String[] |
includeCoverageTags |
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
CucumberCoverageOverview() |
CucumberCoverageOverview(ExtendedRuntimeOptions extendedOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
execute(String[] formats) |
String[] |
getExcludeCoverageTags() |
private String |
getFeatureStatus(CucumberFeatureResult result) |
String[] |
getIncludeCoverageTags() |
CucumberReportLink |
getReportDocLink() |
CucumberReportTypes |
getReportType() |
private String |
getScenarioStatus(CucumberScenarioResult result) |
void |
setExcludeCoverageTags(String[] excludeCoverageTagsValue) |
void |
setIncludeCoverageTags(String[] includeCoverageTagsValue) |
execute, execute, executeOverviewReport, executeOverviewReport, executeOverviewReport, getStatuses, isImageExportable, validateParametersexecute, execute, executeexecute, executeaggregateResults, execute, readFileContent, readFileContentconstructErrorMessage, dumpOverviewStats, export, generateReportFromTemplate, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, getSourceFiles, getTemplatesLocation, readFileContent, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFiles, setTemplatesLocationprivate String[] includeCoverageTags
private String[] excludeCoverageTags
public CucumberCoverageOverview()
public CucumberCoverageOverview(ExtendedRuntimeOptions extendedOptions)
public final String[] getIncludeCoverageTags()
public final void setIncludeCoverageTags(String[] includeCoverageTagsValue)
public final String[] getExcludeCoverageTags()
public final void setExcludeCoverageTags(String[] excludeCoverageTagsValue)
private String getFeatureStatus(CucumberFeatureResult result)
private String getScenarioStatus(CucumberScenarioResult result)
public void execute(String[] formats) throws Exception
execute in class CucumberResultsOverviewExceptionpublic void execute()
throws Exception
execute in class AggregatedReportExceptionpublic CucumberReportTypes getReportType()
getReportType in class CucumberResultsOverviewpublic CucumberReportLink getReportDocLink()
getReportDocLink in class CucumberResultsOverviewCopyright © 2013-2017. All Rights Reserved.