net.thucydides.core.statistics.service
Class FeatureStoryTagProvider
java.lang.Object
net.thucydides.core.statistics.service.FeatureStoryTagProvider
- All Implemented Interfaces:
- TagProvider
public class FeatureStoryTagProvider
- extends Object
- implements 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FeatureStoryTagProvider
public FeatureStoryTagProvider()
FeatureStoryTagProvider
public FeatureStoryTagProvider(EnvironmentVariables environmentVariables)
getTagsFor
public Set<TestTag> getTagsFor(TestOutcome testOutcome)
- Description copied from interface:
TagProvider
- Returns the tags associated with a given test outcome.
- Specified by:
getTagsFor in interface TagProvider
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.