| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting.types | |
| com.github.mkolisnyk.cucumber.reporting.types.beans | |
| com.github.mkolisnyk.cucumber.reporting.types.benchmark |
| Modifier and Type | Method and Description |
|---|---|
OverviewStats |
OverviewStats.add(OverviewStats other)
Merges 2 overview statistic structures where all corresponding values are
simply added to current object.
|
OverviewStats |
OverviewStats.valuate(CucumberFeatureResult result)
Calculates run statistics for the single feature result.
|
OverviewStats |
OverviewStats.valuate(CucumberFeatureResult[] results)
Calculates overall statistics for the group of features.
|
OverviewStats |
OverviewStats.valuate(CucumberScenarioResult scenario)
Calculates overall statistics for specific scenario.
|
| Modifier and Type | Method and Description |
|---|---|
OverviewStats |
OverviewStats.add(OverviewStats other)
Merges 2 overview statistic structures where all corresponding values are
simply added to current object.
|
| Modifier and Type | Field and Description |
|---|---|
private OverviewStats |
OverviewDataBean.overallStats
The overall run statistics.
|
private OverviewStats |
OverviewChartDataBean.overviewData
General test results overview data.
|
private OverviewStats |
DetailedReportingDataBean.stats
General consolidated statistics of the run.
|
private OverviewStats |
OverviewDataBean.FeatureStatusRow.stats
Overall resutls statistics for current feature/scenario
|
| Modifier and Type | Method and Description |
|---|---|
OverviewStats |
OverviewDataBean.getOverallStats() |
OverviewStats |
OverviewChartDataBean.getOverviewData() |
OverviewStats |
DetailedReportingDataBean.getStats() |
OverviewStats |
OverviewDataBean.FeatureStatusRow.getStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
OverviewDataBean.setOverallStats(OverviewStats overallStatsValue) |
void |
OverviewChartDataBean.setOverviewData(OverviewStats overviewStatuses) |
void |
DetailedReportingDataBean.setStats(OverviewStats statsValue) |
void |
OverviewDataBean.FeatureStatusRow.setStats(OverviewStats statsValue) |
| Modifier and Type | Field and Description |
|---|---|
private OverviewStats[] |
BenchmarkRowData.results |
| Modifier and Type | Method and Description |
|---|---|
OverviewStats[] |
BenchmarkRowData.getResults()
Gets the array of
OverviewStats objects containing statistical information
about each run in benchmark. |
| Constructor and Description |
|---|
BenchmarkRowData(String nameValue,
OverviewStats[] resultsValue) |
Copyright © 2013-2018. All Rights Reserved.