net.thucydides.core.statistics.service
Class FeatureStoryTagProvider

Package class diagram package FeatureStoryTagProvider
java.lang.Object
  extended by 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.


Constructor Summary
FeatureStoryTagProvider()
           
FeatureStoryTagProvider(EnvironmentVariables environmentVariables)
           
 
Method Summary
 Set<TestTag> getTagsFor(TestOutcome testOutcome)
          Returns the tags associated with a given test outcome.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureStoryTagProvider

public FeatureStoryTagProvider()

FeatureStoryTagProvider

public FeatureStoryTagProvider(EnvironmentVariables environmentVariables)
Method Detail

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.