public class CucumberResultsOverview extends KECompatibleReport
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
CucumberResultsOverview() |
CucumberResultsOverview(ExtendedRuntimeOptions extendedOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(boolean toPDF) |
void |
execute(boolean aggregate,
boolean toPDF) |
void |
execute(KnownErrorsModel batch,
boolean aggregate,
boolean toPDF) |
protected void |
executeOverviewReport(KnownErrorsModel batch,
String reportSuffix,
boolean toPdf) |
protected void |
executeOverviewReport(String reportSuffix) |
protected void |
executeOverviewReport(String reportSuffix,
boolean toPdf) |
protected String |
generateFeatureOverview(CucumberFeatureResult[] results) |
protected String |
getReportBase() |
CucumberReportLink |
getReportDocLink() |
CucumberReportTypes |
getReportType() |
int[][] |
getStatuses(CucumberFeatureResult[] results) |
void |
validateParameters() |
execute, execute, executeexecuteaggregateResults, execute, readFileContent, readFileContentconstructErrorMessage, dumpOverviewStats, exportToPDF, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, getSourceFiles, readFileContent, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFilespublic CucumberResultsOverview()
public CucumberResultsOverview(ExtendedRuntimeOptions extendedOptions)
protected String getReportBase() throws IOException
IOExceptionpublic int[][] getStatuses(CucumberFeatureResult[] results)
getStatuses in class CucumberResultsCommonprotected String generateFeatureOverview(CucumberFeatureResult[] results) throws IOException
IOExceptionprotected void executeOverviewReport(String reportSuffix) throws Exception
Exceptionprotected void executeOverviewReport(String reportSuffix, boolean toPdf) throws Exception
Exceptionprotected void executeOverviewReport(KnownErrorsModel batch, String reportSuffix, boolean toPdf) throws Exception
Exceptionpublic CucumberReportTypes getReportType()
getReportType in class CucumberResultsCommonpublic void validateParameters()
validateParameters in class CucumberResultsCommonpublic CucumberReportLink getReportDocLink()
getReportDocLink in class CucumberResultsCommonpublic void execute(boolean toPDF)
throws Exception
execute in class AggregatedReportExceptionpublic void execute(boolean aggregate,
boolean toPDF)
throws Exception
execute in class AggregatedReportExceptionpublic void execute(KnownErrorsModel batch, boolean aggregate, boolean toPDF) throws Exception
execute in class KECompatibleReportExceptionCopyright © 2013-2017. All Rights Reserved.