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()
           
 
Method Summary
 Set<TestTag> getTagsFor(TestOutcome testOutcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureStoryTagProvider

public FeatureStoryTagProvider()
Method Detail

getTagsFor

public Set<TestTag> getTagsFor(TestOutcome testOutcome)
Specified by:
getTagsFor in interface TagProvider


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.