| Modifier and Type | Method and Description |
|---|---|
void |
CucumberBenchmarkReport.execute(BenchmarkReportModel model,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
void |
CucumberBenchmarkReport.execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats) |
void |
CucumberBreakdownReport.execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats) |
void |
CucumberConsolidatedReport.execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats) |
void |
CucumberDetailedResults.execute(boolean aggregate,
CucumberFeatureResult[] features,
String[] formats) |
void |
CucumberKnownErrorsReport.execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats)
Deprecated.
|
void |
CucumberOverviewChartsReport.execute(boolean aggregate,
CucumberFeatureResult[] features,
String[] formats) |
void |
CucumberResultsOverview.execute(boolean aggregate,
CucumberFeatureResult[] features,
String[] formats) |
void |
CucumberRetrospectiveOverviewReport.execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats) |
void |
CucumberSplitFeature.execute(boolean aggregate,
CucumberFeatureResult[] features,
String[] formats) |
void |
CucumberBreakdownReport.execute(BreakdownReportModel model,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
void |
CucumberConsolidatedReport.execute(ConsolidatedReportBatch model,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
void |
CucumberDetailedResults.execute(KnownErrorsModel batch,
CucumberFeatureResult[] features,
boolean aggregate,
String[] formats) |
void |
CucumberKnownErrorsReport.execute(KnownErrorsModel model,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
void |
CucumberOverviewChartsReport.execute(KnownErrorsModel batch,
CucumberFeatureResult[] features,
boolean aggregate,
String[] formats) |
void |
CucumberResultsOverview.execute(KnownErrorsModel batch,
CucumberFeatureResult[] features,
boolean aggregate,
String[] formats) |
void |
CucumberKnownErrorsReport.execute(KnownErrorsModel batch,
CucumberFeatureResult[] features,
String[] formats) |
void |
CucumberRetrospectiveOverviewReport.execute(RetrospectiveBatch model,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
protected void |
CucumberResultsOverview.executeOverviewReport(KnownErrorsModel batch,
CucumberFeatureResult[] features,
String reportSuffix,
String[] formats) |
void |
CucumberBreakdownReport.executeReport(BreakdownReportInfo info,
CucumberFeatureResult[] features,
BreakdownTable table,
String[] formats) |
private String |
CucumberCoverageOverview.getFeatureStatus(CucumberFeatureResult result) |
private String |
CucumberFeatureOverview.getFeatureStatusLetter(CucumberFeatureResult feature) |
private double |
CucumberFeatureOverview.getOverallRate(CucumberFeatureResult[] results) |
int[][] |
CucumberBreakdownReport.getStatuses(CucumberFeatureResult[] results) |
int[][] |
CucumberDetailedResults.getStatuses(CucumberFeatureResult[] results) |
int[][] |
CucumberResultsOverview.getStatuses(CucumberFeatureResult[] results) |
| Modifier and Type | Method and Description |
|---|---|
CucumberFeatureResult[] |
AggregatedReport.aggregateResults(CucumberFeatureResult[] input,
boolean collapse) |
CucumberFeatureResult[] |
AggregatedReport.readFileContent(boolean aggregate) |
CucumberFeatureResult[] |
CucumberResultsCommon.readFileContent(String sourceFileValue) |
private CucumberFeatureResult[] |
AggregatedReport.readFileContent(String[] sourceFilesValue,
boolean aggregate) |
CucumberFeatureResult[] |
AggregatedReport.readFileContent(String sourceFileValue,
boolean aggregate) |
| Modifier and Type | Method and Description |
|---|---|
CucumberFeatureResult[] |
AggregatedReport.aggregateResults(CucumberFeatureResult[] input,
boolean collapse) |
void |
CucumberResultsCommon.dumpOverviewStats(File outFile,
CucumberFeatureResult[] results) |
void |
AggregatedReport.execute(boolean aggregate,
CucumberFeatureResult[] results) |
abstract void |
AggregatedReport.execute(boolean aggregate,
CucumberFeatureResult[] results,
String[] formats) |
void |
AggregatedReport.execute(CucumberFeatureResult[] results) |
void |
ConfigurableReport.execute(File config,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
abstract void |
ConfigurableReport.execute(Model model,
CucumberFeatureResult[] results,
boolean aggregate,
String[] formats) |
int[][] |
CucumberResultsCommon.getStatuses(CucumberFeatureResult[] results) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
private CucumberFeatureResult[] |
DetailedReportingDataBean.results
List of feature run results.
|
| Modifier and Type | Method and Description |
|---|---|
CucumberFeatureResult[] |
DetailedReportingDataBean.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
DetailedReportingDataBean.setResults(CucumberFeatureResult[] resultsValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
BenchmarkRowData.addFeatureResults(String featureId,
CucumberFeatureResult[][] featureResults) |
static CucumberScenarioResult[][] |
BenchmarkRowData.toScenarioList(CucumberFeatureResult[][] featureResults) |
| Modifier and Type | Field and Description |
|---|---|
private CucumberFeatureResult |
CucumberScenarioResult.feature |
| Modifier and Type | Method and Description |
|---|---|
CucumberFeatureResult |
CucumberScenarioResult.getFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
CucumberScenarioResult.setFeature(CucumberFeatureResult featureValue) |
Copyright © 2013-2018. All Rights Reserved.