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