| Package | Description |
|---|---|
| net.masterthought.cucumber | |
| net.masterthought.cucumber.generators | |
| net.masterthought.cucumber.json | |
| net.masterthought.cucumber.reducers | |
| net.masterthought.cucumber.sorting |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
ReportResult.getAllFeatures() |
List<Feature> |
ReportParser.parseJsonFiles(List<String> jsonFiles)
Parsed passed files and extracts features files.
|
| Constructor and Description |
|---|
ReportResult(List<Feature> features,
Configuration configuration) |
| Constructor and Description |
|---|
FeatureReportPage(ReportResult reportResult,
Configuration configuration,
Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
Feature |
Element.getFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
Element.setMetaData(Feature feature,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
ReportFeatureMerger.merge(List<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
ReportFeatureMerger.merge(List<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
SortingFactory.sortFeatures(Collection<Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
int |
FeaturesAlphabeticalComparator.compare(Feature feature1,
Feature feature2) |
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
SortingFactory.sortFeatures(Collection<Feature> features) |
Copyright © 2019. All rights reserved.