Uses of Class
com.github.cukedoctor.api.model.Tag
-
Packages that use Tag Package Description com.github.cukedoctor.api.model com.github.cukedoctor.renderer com.github.cukedoctor.util.builder -
-
Uses of Tag in com.github.cukedoctor.api.model
Methods in com.github.cukedoctor.api.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>Feature. getTags()List<Tag>Scenario. getTags()Method parameters in com.github.cukedoctor.api.model with type arguments of type Tag Modifier and Type Method Description voidFeature. setTags(List<Tag> tags)voidScenario. setTags(List<Tag> tags) -
Uses of Tag in com.github.cukedoctor.renderer
Methods in com.github.cukedoctor.renderer with parameters of type Tag Modifier and Type Method Description protected booleanCukedoctorTagsRenderer. isCukedoctorTag(Tag tag) -
Uses of Tag in com.github.cukedoctor.util.builder
Methods in com.github.cukedoctor.util.builder with parameters of type Tag Modifier and Type Method Description ScenarioBuilderScenarioBuilder. tag(Tag tag)
-