Uses of Class
tech.grasshopper.extent.data.pojo.Feature
-
Packages that use Feature Package Description tech.grasshopper.excel.report.sheets.attributes tech.grasshopper.extent.data.generator tech.grasshopper.extent.data.pojo -
-
Uses of Feature in tech.grasshopper.excel.report.sheets.attributes
Methods in tech.grasshopper.excel.report.sheets.attributes that return types with arguments of type Feature Modifier and Type Method Description protected abstract Map<String,List<Feature>>AttributesSheet. getFeatureScenarioAttributeData()protected Map<String,List<Feature>>AuthorsSheet. getFeatureScenarioAttributeData()protected Map<String,List<Feature>>DevicesSheet. getFeatureScenarioAttributeData()protected Map<String,List<Feature>>TagsSheet. getFeatureScenarioAttributeData() -
Uses of Feature in tech.grasshopper.extent.data.generator
Fields in tech.grasshopper.extent.data.generator with type parameters of type Feature Modifier and Type Field Description protected List<Feature>AttributeDataPopulator. featuresMethods in tech.grasshopper.extent.data.generator that return types with arguments of type Feature Modifier and Type Method Description List<Feature>ReportDataHeirarchy. createFeatureHeirarchy()Methods in tech.grasshopper.extent.data.generator with parameters of type Feature Modifier and Type Method Description protected voidAttributeDataPopulator. populateAttributeFeatureScenarioData(Map<String,List<Feature>> data, Feature feature, Scenario scenario)Method parameters in tech.grasshopper.extent.data.generator with type arguments of type Feature Modifier and Type Method Description voidAttributeDataPopulator. populateAttributeFeatureScenarioData(Map<String,List<Feature>> data)protected voidAttributeDataPopulator. populateAttributeFeatureScenarioData(Map<String,List<Feature>> data, Feature feature, Scenario scenario)voidExceptionDataPopulator. populateExceptionData(List<Feature> data)voidFailSkipDataPopulator. populateFailSkipFeatureScenarioData(List<Feature> data)voidTagDataPopulator. populateFailSkipFeatureScenarioData(Map<String,List<Feature>> data) -
Uses of Feature in tech.grasshopper.extent.data.pojo
Fields in tech.grasshopper.extent.data.pojo declared as Feature Modifier and Type Field Description protected FeatureExecutable. feature
-