public class CucumberTagConverter extends Object
| Constructor and Description |
|---|
CucumberTagConverter() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
fromGherkinTags(List<io.cucumber.messages.types.Tag> tags) |
static Collection<TestTag> |
toSerenityTags(List<io.cucumber.messages.types.Tag> tags) |
static List<String> |
toStrings(Collection<TestTag> tags) |
public static List<String> toStrings(Collection<TestTag> tags)
public static List<String> fromGherkinTags(List<io.cucumber.messages.types.Tag> tags)
public static Collection<TestTag> toSerenityTags(List<io.cucumber.messages.types.Tag> tags)
Copyright © 2023. All rights reserved.