| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting | |
| com.github.mkolisnyk.cucumber.reporting.types.breakdown |
| Modifier and Type | Method and Description |
|---|---|
private String |
CucumberBreakdownReport.drawCell(BreakdownStats stats,
BreakdownCellDisplayType type) |
| Modifier and Type | Field and Description |
|---|---|
private BreakdownCellDisplayType |
BreakdownTable.displayType |
| Modifier and Type | Method and Description |
|---|---|
BreakdownCellDisplayType |
BreakdownTable.getDisplayType() |
static BreakdownCellDisplayType |
BreakdownCellDisplayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BreakdownCellDisplayType[] |
BreakdownCellDisplayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BreakdownTable.setDisplayType(BreakdownCellDisplayType displayTypeValue) |
| Constructor and Description |
|---|
BreakdownTable(BreakdownCellDisplayType displayTypeValue) |
BreakdownTable(DataDimension rowsValue,
DataDimension colsValue,
BreakdownCellDisplayType displayTypeValue) |
BreakdownTable(DataDimension rowsValue,
DataDimension colsValue,
BreakdownCellValue cellValue,
BreakdownCellDisplayType displayTypeValue) |
Copyright © 2013-2016. All Rights Reserved.