Uses of Class
com.intuit.karate.core.Tag
-
Packages that use Tag Package Description com.intuit.karate.core -
-
Uses of Tag in com.intuit.karate.core
Methods in com.intuit.karate.core that return types with arguments of type Tag Modifier and Type Method Description Collection<Tag>Tags. getOriginal()List<Tag>ExamplesTable. getTags()List<Tag>Feature. getTags()List<Tag>Scenario. getTags()List<Tag>ScenarioOutline. getTags()Iterator<Tag>Tags. iterator()Method parameters in com.intuit.karate.core with type arguments of type Tag Modifier and Type Method Description voidExamplesTable. setTags(List<Tag> tags)voidFeature. setTags(List<Tag> tags)voidScenario. setTags(List<Tag> tags)voidScenarioOutline. setTags(List<Tag> tags)static List<Map>ScenarioResult. tagsToCucumberJson(Collection<Tag> tags)ScenarioScenarioOutline. toScenario(String dynamicExpression, int exampleIndex, int updateLine, List<Tag> tagsForExamples)Constructor parameters in com.intuit.karate.core with type arguments of type Tag Constructor Description Tags(Collection<Tag> in)
-