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, validateParameters
execute, execute, execute
execute, execute
aggregateResults, execute, readFileContent, readFileContent
constructErrorMessage, dumpOverviewStats, export, generateReportFromTemplate, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, getSourceFiles, getTemplatesLocation, readFileContent, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFiles, setTemplatesLocation
private 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 CucumberResultsOverview
Exception
public void execute() throws Exception
execute
in class AggregatedReport
Exception
public CucumberReportTypes getReportType()
getReportType
in class CucumberResultsOverview
public CucumberReportLink getReportDocLink()
getReportDocLink
in class CucumberResultsOverview
Copyright © 2013-2017. All Rights Reserved.