public abstract class AggregatedReport extends SimpleReport
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
AggregatedReport() |
AggregatedReport(ExtendedRuntimeOptions extendedOptions) |
| Modifier and Type | Method and Description |
|---|---|
CucumberFeatureResult[] |
aggregateResults(CucumberFeatureResult[] input,
boolean collapse) |
void |
execute() |
void |
execute(boolean aggregate) |
void |
execute(boolean aggregate,
CucumberFeatureResult[] results) |
abstract void |
execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats) |
abstract void |
execute(boolean aggregate,
String[] formats) |
void |
execute(CucumberFeatureResult[] results) |
CucumberFeatureResult[] |
readFileContent(boolean aggregate) |
private CucumberFeatureResult[] |
readFileContent(String[] sourceFilesValue,
boolean aggregate) |
CucumberFeatureResult[] |
readFileContent(String sourceFileValue,
boolean aggregate) |
executeconstructErrorMessage, dumpOverviewStats, export, generateReportFromTemplate, getOutputDirectory, getOutputHtmlFile, getOutputName, getPdfPageSize, getReportDocLink, getReportType, getSourceFile, getSourceFiles, getStatuses, getTemplatesLocation, isImageExportable, readFileContent, replaceSvgWithPng, reportSuffix, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFiles, setTemplatesLocation, templateName, validateParameterspublic AggregatedReport()
public AggregatedReport(ExtendedRuntimeOptions extendedOptions)
public abstract void execute(boolean aggregate,
String[] formats)
throws Exception
Exceptionpublic void execute()
throws Exception
execute in class SimpleReportExceptionpublic abstract void execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats)
throws Exception
Exceptionpublic void execute(CucumberFeatureResult[] results) throws Exception
Exceptionpublic void execute(boolean aggregate,
CucumberFeatureResult[] results)
throws Exception
Exceptionpublic CucumberFeatureResult[] aggregateResults(CucumberFeatureResult[] input, boolean collapse)
public CucumberFeatureResult[] readFileContent(String sourceFileValue, boolean aggregate) throws Exception
Exceptionpublic CucumberFeatureResult[] readFileContent(boolean aggregate) throws Exception
Exceptionprivate CucumberFeatureResult[] readFileContent(String[] sourceFilesValue, boolean aggregate) throws Exception
ExceptionCopyright © 2013-2018. All Rights Reserved.