Interface | Description |
---|---|
TagProvider | |
TagProviderService | |
TagProviderStrategy |
Class | Description |
---|---|
AnnotationBasedTagProvider |
Returns test tags based on the @WithTag, @WithTags and @WithTagValuesOf.
|
ClasspathTagProviderService | |
ContextTagProvider |
Allows tags to be added via the injected.tag system property.
|
FeatureStoryTagProvider |
Legacy tag provider that builds tags based on the Feature/Story structure, if the @WithTag annotation is not used.
|
InjectedTagProvider |
Allows tags to be added via the injected.tag system property.
|
JUnitTagProviderStrategy | |
TagProviderFilter<T extends TagProvider> |