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) |
abstract void |
execute(boolean aggregate,
boolean toPDF) |
CucumberFeatureResult[] |
readFileContent(boolean aggregate) |
private CucumberFeatureResult[] |
readFileContent(String[] sourceFilesValue,
boolean aggregate) |
CucumberFeatureResult[] |
readFileContent(String sourceFileValue,
boolean aggregate) |
constructErrorMessage, dumpOverviewStats, exportToPDF, getOutputDirectory, getOutputName, getPdfPageSize, getReportDocLink, getReportType, getSourceFile, getSourceFiles, getStatuses, readFileContent, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFile, setSourceFiles, validateParameterspublic AggregatedReport()
public AggregatedReport(ExtendedRuntimeOptions extendedOptions)
public abstract void execute(boolean aggregate,
boolean toPDF)
throws Exception
Exceptionpublic void execute(boolean aggregate)
throws Exception
execute in class SimpleReportExceptionpublic void execute()
throws Exception
execute in class SimpleReportExceptionpublic 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-2017. All Rights Reserved.