Uses of Class
de.gematik.test.tiger.lib.parser.model.gherkin.Feature
-
Packages that use Feature Package Description de.gematik.test.tiger de.gematik.test.tiger.lib.parser de.gematik.test.tiger.lib.parser.model.gherkin -
-
Uses of Feature in de.gematik.test.tiger
Methods in de.gematik.test.tiger that return types with arguments of type Feature Modifier and Type Method Description Map<String,Feature>TigerCucumberListener. getIdFeatureMap()map of features parsed, for each scenario based on its id.Map<URI,Feature>TigerCucumberListener. getUriFeatureMap()map of features parsed, based on their uri -
Uses of Feature in de.gematik.test.tiger.lib.parser
Methods in de.gematik.test.tiger.lib.parser that return Feature Modifier and Type Method Description FeatureFeatureParser. parseFeatureFile(File f)FeatureFeatureParser. parseFeatureFile(URI featureURI) -
Uses of Feature in de.gematik.test.tiger.lib.parser.model.gherkin
Methods in de.gematik.test.tiger.lib.parser.model.gherkin that return Feature Modifier and Type Method Description FeatureScenario. getFeature()Methods in de.gematik.test.tiger.lib.parser.model.gherkin with parameters of type Feature Modifier and Type Method Description voidScenario. setFeature(Feature feature)
-