Package com.github.cukedoctor.renderer
Class CukedoctorTagsRenderer
- java.lang.Object
-
- com.github.cukedoctor.renderer.AbstractBaseRenderer
-
- com.github.cukedoctor.renderer.CukedoctorTagsRenderer
-
- All Implemented Interfaces:
BaseRenderer,TagsRenderer
public class CukedoctorTagsRenderer extends AbstractBaseRenderer implements TagsRenderer
Created by pestano on 28/02/16.
-
-
Field Summary
-
Fields inherited from class com.github.cukedoctor.renderer.AbstractBaseRenderer
cukedoctorConfig, docBuilder, documentAttributes, i18n
-
-
Constructor Summary
Constructors Constructor Description CukedoctorTagsRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisCukedoctorTag(Tag tag)StringrenderScenarioTags(Feature feature, Scenario scenario)-
Methods inherited from class com.github.cukedoctor.renderer.AbstractBaseRenderer
setCukedoctorConfig, setDocumentAttributes, setDocumentBuilder, setI18n
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.cukedoctor.renderer.BaseRenderer
setCukedoctorConfig, setDocumentAttributes, setDocumentBuilder, setI18n
-
Methods inherited from interface com.github.cukedoctor.spi.TagsRenderer
renderScenarioTags
-
-
-
-
Method Detail
-
renderScenarioTags
public String renderScenarioTags(Feature feature, Scenario scenario)
- Specified by:
renderScenarioTagsin interfaceTagsRenderer- Parameters:
feature- the feature containing the tagsscenario- the scenario containing the tags- Returns:
- the rendered
String
-
isCukedoctorTag
protected boolean isCukedoctorTag(Tag tag)
-
-