Class FeatureStoryTagProvider
java.lang.Object
net.thucydides.model.statistics.service.FeatureStoryTagProvider
- All Implemented Interfaces:
CoreTagProvider,TagProvider
Legacy tag provider that builds tags based on the Feature/Story structure, if the @WithTag annotation is not used.
If the @WithTag annotation is used, @Feature classes will not be used.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTagsFor(TestOutcome testOutcome) Returns the tags associated with a given test outcome.
-
Constructor Details
-
FeatureStoryTagProvider
public FeatureStoryTagProvider() -
FeatureStoryTagProvider
-
-
Method Details
-
getTagsFor
Description copied from interface:TagProviderReturns the tags associated with a given test outcome.- Specified by:
getTagsForin interfaceTagProvider- Parameters:
testOutcome- the outcome for a specific test- Returns:
- the tags associated with a given test outcome.
-