Class CucumberTagConverter

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

public class CucumberTagConverter
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    CucumberTagConverter()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.List<java.lang.String> fromGherkinTags​(java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> tags)  
    static java.util.Collection<TestTag> toSerenityTags​(java.util.List<io.cucumber.messages.Messages.GherkinDocument.Feature.Tag> tags)  
    static java.util.List<java.lang.String> toStrings​(java.util.Collection<TestTag> tags)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CucumberTagConverter

      public CucumberTagConverter()
  • Method Details

    • toStrings

      public static java.util.List<java.lang.String> toStrings​(java.util.Collection<TestTag> tags)
    • fromGherkinTags

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

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