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