public class CucumberConsolidatedReport extends ConfigurableReport<ConsolidatedReportBatch>
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
CucumberConsolidatedReport() |
CucumberConsolidatedReport(ExtendedRuntimeOptions extendedOptions) |
| Modifier and Type | Method and Description |
|---|---|
private String |
amendHtmlHeaders(String content) |
void |
execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats) |
void |
execute(boolean aggregate,
String[] formats) |
void |
execute(ConsolidatedReportBatch batch,
boolean aggregate,
String[] formats) |
void |
execute(ConsolidatedReportBatch model,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
void |
execute(ConsolidatedReportBatch batch,
String[] formats) |
void |
execute(File config,
boolean aggregate,
String[] formats) |
void |
executeConsolidatedReport(ConsolidatedReportModel model) |
void |
executeConsolidatedReport(ConsolidatedReportModel model,
String[] formats) |
CucumberReportLink |
getReportDocLink() |
CucumberReportTypes |
getReportType() |
private String |
retrieveBody(String content) |
void |
validateParameters() |
execute, execute, executeaggregateResults, execute, execute, execute, execute, readFileContent, readFileContentconstructErrorMessage, dumpOverviewStats, export, generateReportFromTemplate, getOutputDirectory, getOutputHtmlFile, getOutputName, getPdfPageSize, getSourceFile, getSourceFiles, getStatuses, getTemplatesLocation, isImageExportable, readFileContent, replaceSvgWithPng, reportSuffix, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFiles, setTemplatesLocation, templateNamepublic CucumberConsolidatedReport()
public CucumberConsolidatedReport(ExtendedRuntimeOptions extendedOptions)
public void executeConsolidatedReport(ConsolidatedReportModel model, String[] formats) throws Exception
Exceptionpublic void executeConsolidatedReport(ConsolidatedReportModel model) throws Exception
Exceptionpublic CucumberReportTypes getReportType()
getReportType in class CucumberResultsCommonpublic void validateParameters()
validateParameters in class CucumberResultsCommonpublic CucumberReportLink getReportDocLink()
getReportDocLink in class CucumberResultsCommonpublic void execute(ConsolidatedReportBatch batch, String[] formats) throws Exception
execute in class ConfigurableReport<ConsolidatedReportBatch>Exceptionpublic void execute(boolean aggregate,
String[] formats)
throws Exception
execute in class ConfigurableReport<ConsolidatedReportBatch>Exceptionpublic void execute(ConsolidatedReportBatch batch, boolean aggregate, String[] formats) throws Exception
execute in class ConfigurableReport<ConsolidatedReportBatch>Exceptionpublic void execute(File config, boolean aggregate, String[] formats) throws Exception
execute in class ConfigurableReport<ConsolidatedReportBatch>Exceptionpublic void execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats)
throws Exception
execute in class AggregatedReportExceptionpublic void execute(ConsolidatedReportBatch model, CucumberFeatureResult[] results, boolean aggregate, String[] formats) throws Exception
execute in class ConfigurableReport<ConsolidatedReportBatch>ExceptionCopyright © 2013-2018. All Rights Reserved.