| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting.types.breakdown |
| Modifier and Type | Field and Description |
|---|---|
private BreakdownCellValue |
BreakdownTable.cell |
| Modifier and Type | Field and Description |
|---|---|
private static Map<BreakdownCellValue,Valuator> |
BreakdownTable.VALUATORS_MAP |
| Modifier and Type | Method and Description |
|---|---|
BreakdownCellValue |
BreakdownTable.getCell() |
static BreakdownCellValue |
BreakdownCellValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BreakdownCellValue[] |
BreakdownCellValue.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.setCell(BreakdownCellValue cellValue) |
| Constructor and Description |
|---|
BreakdownTable(DataDimension rowsValue,
DataDimension colsValue,
BreakdownCellValue cellValue) |
BreakdownTable(DataDimension rowsValue,
DataDimension colsValue,
BreakdownCellValue cellValue,
BreakdownCellDisplayType displayTypeValue) |
Copyright © 2013-2016. All Rights Reserved.