| Package | Description |
|---|---|
| com.github.mkolisnyk.cucumber.reporting | |
| com.github.mkolisnyk.cucumber.reporting.types.beans | |
| com.github.mkolisnyk.cucumber.reporting.types.usage |
| Modifier and Type | Method and Description |
|---|---|
private CucumberStepSource |
CucumberUsageReporting.getSourceByString(CucumberStepSource[] sources,
String text) |
CucumberStepSource[] |
CucumberUsageReporting.getStepSources(String filePath) |
private CucumberStepSource[] |
CucumberUsageReporting.packStepSources(CucumberStepSource[] sources) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<Integer,Integer> |
CucumberUsageReporting.calculateStepsUsageCounts(CucumberStepSource[] sources) |
LinkedHashMap<String,Integer> |
CucumberUsageReporting.calculateStepsUsageScore(CucumberStepSource[] sources) |
int |
CucumberUsageReporting.getDurationGroupsCount(CucumberStepSource source) |
int[] |
CucumberUsageReporting.getFrequencyData(CucumberStepSource source) |
private Double |
CucumberUsageReporting.getMaxDuration(CucumberStepSource source) |
private Double |
CucumberUsageReporting.getMinDuration(CucumberStepSource source) |
private CucumberStepSource |
CucumberUsageReporting.getSourceByString(CucumberStepSource[] sources,
String text) |
private CucumberStepSource[] |
CucumberUsageReporting.packStepSources(CucumberStepSource[] sources) |
| Modifier and Type | Field and Description |
|---|---|
private CucumberStepSource |
UsageDataBean.StepSourceData.source
The original step source data taken from original Cucumber-JVM usage report.
|
| Modifier and Type | Method and Description |
|---|---|
CucumberStepSource |
UsageDataBean.StepSourceData.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsageDataBean.StepSourceData.setSource(CucumberStepSource sourceValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
CucumberStepSource.addSteps(CucumberStepSource other) |
Copyright © 2013-2018. All Rights Reserved.