public class CucumberFeatureOverview extends CucumberResultsOverview
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
CucumberFeatureOverview() |
CucumberFeatureOverview(ExtendedRuntimeOptions extendedOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
execute(boolean toPDF) |
void |
execute(boolean aggregate,
boolean toPDF) |
String |
generateFeatureOverviewChart(CucumberFeatureResult[] features) |
String |
generateFeaturesTable(CucumberFeatureResult[] features) |
private String |
getFeatureStatusLetter(CucumberFeatureResult feature) |
private String |
getGradeString(CucumberFeatureResult feature) |
private double |
getOverallRate(CucumberFeatureResult[] results) |
protected String |
getReportBase() |
CucumberReportLink |
getReportDocLink() |
CucumberReportTypes |
getReportType() |
private String |
getStatusLetter(double rate) |
execute, executeOverviewReport, executeOverviewReport, executeOverviewReport, generateFeatureOverview, getStatuses, validateParametersexecute, execute, executeexecuteaggregateResults, readFileContent, readFileContentconstructErrorMessage, dumpOverviewStats, exportToPDF, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, getSourceFiles, readFileContent, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFilespublic CucumberFeatureOverview()
public CucumberFeatureOverview(ExtendedRuntimeOptions extendedOptions)
public CucumberReportLink getReportDocLink()
getReportDocLink in class CucumberResultsOverviewpublic CucumberReportTypes getReportType()
getReportType in class CucumberResultsOverviewprotected String getReportBase() throws IOException
getReportBase in class CucumberResultsOverviewIOExceptionprivate String getStatusLetter(double rate)
private String getFeatureStatusLetter(CucumberFeatureResult feature)
private double getOverallRate(CucumberFeatureResult[] results)
private String getGradeString(CucumberFeatureResult feature)
public String generateFeaturesTable(CucumberFeatureResult[] features)
public String generateFeatureOverviewChart(CucumberFeatureResult[] features) throws Exception
Exceptionpublic void execute(boolean toPDF)
throws Exception
execute in class CucumberResultsOverviewExceptionpublic void execute()
throws Exception
execute in class AggregatedReportExceptionpublic void execute(boolean aggregate,
boolean toPDF)
throws Exception
execute in class CucumberResultsOverviewExceptionCopyright © 2013-2017. All Rights Reserved.