public class TagFilter extends Object
| Constructor and Description |
|---|
TagFilter(EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
filteredTagTypes(List<String> tagTypes) |
Set<String> |
rawTagTypes() |
Set<TestTag> |
removeHiddenTagsFrom(Set<TestTag> filteredTags) |
Set<TestTag> |
removeTagsOfType(Set<TestTag> tags,
String... redundantTagTypes) |
Set<TestTag> |
removeTagsWithName(Set<TestTag> tags,
String name) |
boolean |
shouldDisplayTag(TestTag tag) |
boolean |
shouldDisplayTagWithType(String tagType) |
public TagFilter(EnvironmentVariables environmentVariables)
Copyright © 2022. All rights reserved.