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() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCoverageReport() |
void |
executeCoverageReport(boolean toPDF) |
protected String |
generateFeatureOverview(CucumberFeatureResult[] results) |
String[] |
getExcludeCoverageTags() |
private String |
getFeatureStatus(CucumberFeatureResult result) |
String[] |
getIncludeCoverageTags() |
private String |
getScenarioStatus(CucumberScenarioResult result) |
int[][] |
getStatuses(CucumberFeatureResult[] results) |
void |
setExcludeCoverageTags(String[] excludeCoverageTagsValue) |
void |
setIncludeCoverageTags(String[] includeCoverageTagsValue) |
executeFeaturesOverviewReport, executeFeaturesOverviewReport, executeOverviewReport, executeOverviewReport, getReportBaseaggregateResults, dumpOverviewStats, exportToPDF, generatePieChart, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, readFileContent, readFileContent, readFileContent, replaceHtmlEntitiesWithCodes, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFileprivate String[] includeCoverageTags
private String[] excludeCoverageTags
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 executeCoverageReport(boolean toPDF)
throws Exception
ExceptionCopyright © 2013-2016. All Rights Reserved.