Uses of Class
net.masterthought.cucumber.json.Feature
-
Packages that use Feature Package Description net.masterthought.cucumber net.masterthought.cucumber.generators net.masterthought.cucumber.json net.masterthought.cucumber.reducers net.masterthought.cucumber.sorting -
-
Uses of Feature in net.masterthought.cucumber
Methods in net.masterthought.cucumber that return types with arguments of type Feature Modifier and Type Method Description List<Feature>ReportResult. getAllFeatures()List<Feature>ReportParser. parseJsonFiles(List<String> jsonFiles)Parsed passed files and extracts features files.Constructor parameters in net.masterthought.cucumber with type arguments of type Feature Constructor Description ReportResult(List<Feature> features, Configuration configuration) -
Uses of Feature in net.masterthought.cucumber.generators
Constructors in net.masterthought.cucumber.generators with parameters of type Feature Constructor Description FeatureReportPage(ReportResult reportResult, Configuration configuration, Feature feature) -
Uses of Feature in net.masterthought.cucumber.json
Methods in net.masterthought.cucumber.json that return Feature Modifier and Type Method Description FeatureElement. getFeature()Methods in net.masterthought.cucumber.json with parameters of type Feature Modifier and Type Method Description voidElement. setMetaData(Feature feature, Configuration configuration) -
Uses of Feature in net.masterthought.cucumber.reducers
Methods in net.masterthought.cucumber.reducers that return types with arguments of type Feature Modifier and Type Method Description List<Feature>ReportFeatureMerger. merge(List<Feature> features)Method parameters in net.masterthought.cucumber.reducers with type arguments of type Feature Modifier and Type Method Description List<Feature>ReportFeatureMerger. merge(List<Feature> features) -
Uses of Feature in net.masterthought.cucumber.sorting
Methods in net.masterthought.cucumber.sorting that return types with arguments of type Feature Modifier and Type Method Description List<Feature>SortingFactory. sortFeatures(Collection<Feature> features)Methods in net.masterthought.cucumber.sorting with parameters of type Feature Modifier and Type Method Description intFeaturesAlphabeticalComparator. compare(Feature feature1, Feature feature2)Method parameters in net.masterthought.cucumber.sorting with type arguments of type Feature Modifier and Type Method Description List<Feature>SortingFactory. sortFeatures(Collection<Feature> features)
-