Package org.spockframework.runtime.model
Interface ITaggable
- All Known Implementing Classes:
FeatureInfo,SpecElementInfo,SpecInfo
public interface ITaggable
A (spec) element that can be tagged.
-
Method Summary
-
Method Details
-
getTags
Returns the element's tags.- Returns:
- the element's tags
-
addTag
Adds a tag to the element.- Parameters:
tag- the tag to be added
-