| Modifier and Type | Method and Description |
|---|---|
private BreakdownStats[] |
CucumberRetrospectiveOverviewReport.calculateStats(String[] files) |
| Modifier and Type | Field and Description |
|---|---|
private BreakdownStats[][] |
BreakdownDataBean.stats
Contains the matrix of result statistics.
|
private BreakdownStats[] |
RetrospectiveDataBean.stats
Contains the list of statistics for each run participating in the
retrospective report.
|
| Modifier and Type | Method and Description |
|---|---|
BreakdownStats[][] |
BreakdownDataBean.getStats() |
BreakdownStats[] |
RetrospectiveDataBean.getStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
RetrospectiveDataBean.setStats(BreakdownStats[] statsValue) |
void |
BreakdownDataBean.setStats(BreakdownStats[][] statsValue) |
| Modifier and Type | Method and Description |
|---|---|
BreakdownStats |
BreakdownStats.add(BreakdownStats another) |
BreakdownStats[][] |
BreakdownTable.valuate(CucumberScenarioResult[] array) |
BreakdownStats |
BreakdownTable.valuateCell(CucumberScenarioResult[] array,
DataDimension[] filters,
Matcher[] matchers) |
| Modifier and Type | Method and Description |
|---|---|
BreakdownStats |
BreakdownStats.add(BreakdownStats another) |
| Modifier and Type | Method and Description |
|---|---|
BreakdownStats |
ScenarioValuator.valuate(CucumberScenarioResult[] results,
String expression,
Matcher[] matchers) |
BreakdownStats |
StepsValuator.valuate(CucumberScenarioResult[] results,
String expression,
Matcher[] matchers) |
BreakdownStats |
Valuator.valuate(CucumberScenarioResult[] results,
String expression,
Matcher[] matchers) |
Copyright © 2013-2018. All Rights Reserved.