Uses of Class
de.gematik.test.tiger.lib.parser.model.gherkin.Tag
-
Packages that use Tag Package Description de.gematik.test.tiger.lib.parser.model.gherkin -
-
Uses of Tag in de.gematik.test.tiger.lib.parser.model.gherkin
Methods in de.gematik.test.tiger.lib.parser.model.gherkin that return Tag Modifier and Type Method Description static TagTag. fromString(String s)protected TagGherkinStruct. getTag(String tagName)TagScenario. getTag(String tagName)Methods in de.gematik.test.tiger.lib.parser.model.gherkin that return types with arguments of type Tag Modifier and Type Method Description List<Tag>GherkinStruct. getTags()Method parameters in de.gematik.test.tiger.lib.parser.model.gherkin with type arguments of type Tag Modifier and Type Method Description voidGherkinStruct. setTags(List<Tag> tags)
-