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(boolean toPDF) |
protected String |
generateFeatureOverview(CucumberFeatureResult[] results) |
String[] |
getExcludeCoverageTags() |
private String |
getFeatureStatus(CucumberFeatureResult result) |
String[] |
getIncludeCoverageTags() |
CucumberReportLink |
getReportDocLink() |
CucumberReportTypes |
getReportType() |
private String |
getScenarioStatus(CucumberScenarioResult result) |
int[][] |
getStatuses(CucumberFeatureResult[] results) |
void |
setExcludeCoverageTags(String[] excludeCoverageTagsValue) |
void |
setIncludeCoverageTags(String[] includeCoverageTagsValue) |
execute, execute, executeOverviewReport, executeOverviewReport, executeOverviewReport, getReportBase, validateParametersexecute, execute, executeexecuteaggregateResults, readFileContent, readFileContentconstructErrorMessage, dumpOverviewStats, exportToPDF, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, getSourceFiles, readFileContent, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFilesprivate 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 int[][] getStatuses(CucumberFeatureResult[] results)
getStatuses in class CucumberResultsOverviewprotected String generateFeatureOverview(CucumberFeatureResult[] results) throws IOException
generateFeatureOverview in class CucumberResultsOverviewIOExceptionpublic void execute(boolean toPDF)
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.