Package com.github.cukedoctor.spi
Interface TagsRenderer
-
- All Superinterfaces:
BaseRenderer
- All Known Implementing Classes:
CukedoctorTagsRenderer
public interface TagsRenderer extends BaseRenderer
Created by pestano on 28/02/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description StringrenderScenarioTags(Feature feature, Scenario scenario)Deprecated.Use renderScenarioTags(Scenario, CukedoctorDocumentBuilder) insteaddefault StringrenderScenarioTags(Feature feature, Scenario scenario, CukedoctorDocumentBuilder documentBuilder)-
Methods inherited from interface com.github.cukedoctor.renderer.BaseRenderer
setCukedoctorConfig, setDocumentAttributes, setDocumentBuilder, setI18n
-
-
-
-
Method Detail
-
renderScenarioTags
@Deprecated String renderScenarioTags(Feature feature, Scenario scenario)
Deprecated.Use renderScenarioTags(Scenario, CukedoctorDocumentBuilder) instead- Parameters:
feature- the feature containing the tagsscenario- the scenario containing the tags- Returns:
- the rendered
String
-
renderScenarioTags
default String renderScenarioTags(Feature feature, Scenario scenario, CukedoctorDocumentBuilder documentBuilder)
-
-