Class CucumberTagConverter

java.lang.Object
net.thucydides.core.reports.html.CucumberTagConverter

public class CucumberTagConverter extends Object
  • Constructor Details

    • CucumberTagConverter

      public CucumberTagConverter()
  • Method Details

    • toStrings

      public static List<String> toStrings(Collection<TestTag> tags)
    • fromGherkinTags

      public static List<String> fromGherkinTags(List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> tags)
    • toSerenityTags

      public static Collection<TestTag> toSerenityTags(List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> tags)