| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting | |
| com.github.mkolisnyk.cucumber.reporting.types.breakdown |
| Modifier and Type | Method and Description |
|---|---|
void |
CucumberBreakdownReport.executeReport(BreakdownReportInfo info,
BreakdownTable table,
boolean toPDF) |
void |
CucumberBreakdownReport.executeReport(BreakdownTable table,
boolean toPDF) |
private String |
CucumberBreakdownReport.generateBody(BreakdownTable table,
CucumberFeatureResult[] features) |
private String |
CucumberBreakdownReport.generateBreakdownReport(CucumberFeatureResult[] features,
BreakdownReportInfo info,
BreakdownTable table) |
private String |
CucumberBreakdownReport.generateBreakdownTable(CucumberFeatureResult[] features,
BreakdownTable table) |
private String |
CucumberBreakdownReport.generateHeader(BreakdownTable table) |
private String |
CucumberBreakdownReport.generateRowHeading(BreakdownTable table) |
| Modifier and Type | Field and Description |
|---|---|
private BreakdownTable |
BreakdownReportInfo.table |
| Modifier and Type | Method and Description |
|---|---|
BreakdownTable |
BreakdownReportInfo.getTable() |
| Constructor and Description |
|---|
BreakdownReportInfo(BreakdownTable tableValue) |
BreakdownReportInfo(BreakdownTable tableValue,
String reportSuffixValue,
String titleValue,
int refreshTimeoutValue,
String nextFileValue) |
Copyright © 2013-2016. All Rights Reserved.