| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting | |
| com.github.mkolisnyk.cucumber.reporting.types.beans | |
| com.github.mkolisnyk.cucumber.reporting.types.breakdown |
| Modifier and Type | Method and Description |
|---|---|
void |
CucumberBreakdownReport.executeReport(BreakdownReportInfo info,
BreakdownTable table,
String[] formats) |
void |
CucumberFeatureMapReport.executeReport(BreakdownReportInfo info,
BreakdownTable table,
String[] formats) |
void |
CucumberBreakdownReport.executeReport(BreakdownReportInfo info,
CucumberFeatureResult[] features,
BreakdownTable table,
String[] formats) |
void |
CucumberBreakdownReport.executeReport(BreakdownTable table,
String[] formats) |
| Modifier and Type | Field and Description |
|---|---|
private BreakdownTable |
BreakdownDataBean.table
Contains the structure of the breakdown table row and column headers.
|
private BreakdownTable |
FeatureMapDataBean.table
The data structure containing Feature Map report table row and column data including headers
with their labels.
|
| Modifier and Type | Method and Description |
|---|---|
BreakdownTable |
BreakdownDataBean.getTable() |
BreakdownTable |
FeatureMapDataBean.getTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
BreakdownDataBean.setTable(BreakdownTable tableValue) |
void |
FeatureMapDataBean.setTable(BreakdownTable tableValue) |
| 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-2018. All Rights Reserved.