Uses of Class
net.masterthought.cucumber.json.support.TagObject
-
Packages that use TagObject Package Description net.masterthought.cucumber net.masterthought.cucumber.generators net.masterthought.cucumber.sorting -
-
Uses of TagObject in net.masterthought.cucumber
Methods in net.masterthought.cucumber that return types with arguments of type TagObject Modifier and Type Method Description List<TagObject>ReportResult. getAllTags() -
Uses of TagObject in net.masterthought.cucumber.generators
Constructors in net.masterthought.cucumber.generators with parameters of type TagObject Constructor Description TagReportPage(ReportResult reportResult, Configuration configuration, TagObject tagObject) -
Uses of TagObject in net.masterthought.cucumber.sorting
Methods in net.masterthought.cucumber.sorting that return types with arguments of type TagObject Modifier and Type Method Description List<TagObject>SortingFactory. sortTags(Collection<TagObject> tags)Methods in net.masterthought.cucumber.sorting with parameters of type TagObject Modifier and Type Method Description intTagObjectAlphabeticalComparator. compare(TagObject tagObject1, TagObject tagObject2)Method parameters in net.masterthought.cucumber.sorting with type arguments of type TagObject Modifier and Type Method Description List<TagObject>SortingFactory. sortTags(Collection<TagObject> tags)
-