| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting.types.beans |
| Modifier and Type | Field and Description |
|---|---|
private BenchmarkRowData[] |
BenchmarkDataBean.featureRows
Contains run statistics for each specific feature split by different runs.
|
private BenchmarkRowData[] |
BenchmarkDataBean.scenarioRows
Contains run statistics for each specific scenario split by different runs.
|
| Modifier and Type | Method and Description |
|---|---|
BenchmarkRowData[] |
BenchmarkDataBean.getFeatureRows() |
BenchmarkRowData[] |
BenchmarkDataBean.getScenarioRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkDataBean.setFeatureRows(BenchmarkRowData[] featureRowsValue) |
void |
BenchmarkDataBean.setScenarioRows(BenchmarkRowData[] scenarioRowsValue) |
Copyright © 2013-2018. All Rights Reserved.