public class CucumberBenchmarkReport extends ConfigurableReport<BenchmarkReportModel>
| Modifier and Type | Field and Description |
|---|---|
private BenchmarkDataBean |
data |
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
CucumberBenchmarkReport() |
CucumberBenchmarkReport(ExtendedRuntimeOptions extendedOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BenchmarkReportModel batch,
boolean aggregate,
String[] formats) |
void |
execute(BenchmarkReportModel model,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
void |
execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats) |
void |
execute(File config,
boolean aggregate,
String[] formats) |
CucumberReportLink |
getReportDocLink() |
CucumberReportTypes |
getReportType() |
void |
validateParameters() |
execute, execute, 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, templateNameprivate BenchmarkDataBean data
public CucumberBenchmarkReport(ExtendedRuntimeOptions extendedOptions)
public CucumberBenchmarkReport()
public void execute(BenchmarkReportModel batch, boolean aggregate, String[] formats) throws Exception
execute in class ConfigurableReport<BenchmarkReportModel>Exceptionpublic void execute(File config, boolean aggregate, String[] formats) throws Exception
execute in class ConfigurableReport<BenchmarkReportModel>Exceptionpublic CucumberReportTypes getReportType()
getReportType in class CucumberResultsCommonpublic CucumberReportLink getReportDocLink()
getReportDocLink in class CucumberResultsCommonpublic void validateParameters()
validateParameters in class CucumberResultsCommonpublic void execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats)
throws Exception
execute in class AggregatedReportExceptionpublic void execute(BenchmarkReportModel model, CucumberFeatureResult[] results, boolean aggregate, String[] formats) throws Exception
execute in class ConfigurableReport<BenchmarkReportModel>ExceptionCopyright © 2013-2018. All Rights Reserved.