Package net.thucydides.core.reports.html
Class CucumberTagConverter
java.lang.Object
net.thucydides.core.reports.html.CucumberTagConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromGherkinTags(List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> tags) static Collection<TestTag>toSerenityTags(List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> tags) toStrings(Collection<TestTag> tags)
-
Constructor Details
-
CucumberTagConverter
public CucumberTagConverter()
-
-
Method Details
-
toStrings
-
fromGherkinTags
-
toSerenityTags
public static Collection<TestTag> toSerenityTags(List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> tags)
-