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