public class InjectedTagProvider extends Object implements TagProvider, CoreTagProvider
| Constructor and Description |
|---|
InjectedTagProvider() |
InjectedTagProvider(EnvironmentVariables environmentVariables) |
| Modifier and Type | Method and Description |
|---|---|
Set<TestTag> |
getTagsFor(TestOutcome testOutcome)
Returns the tags associated with a given test outcome.
|
public InjectedTagProvider()
public InjectedTagProvider(EnvironmentVariables environmentVariables)
public Set<TestTag> getTagsFor(TestOutcome testOutcome)
TagProvidergetTagsFor in interface TagProvidertestOutcome - the outcome for a specific testCopyright © 2022. All rights reserved.