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