Package com.github.cukedoctor.spi
Interface ExamplesRenderer
-
- All Superinterfaces:
BaseRenderer
- All Known Implementing Classes:
CukedoctorExamplesRenderer
public interface ExamplesRenderer 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 StringrenderScenarioExamples(Scenario scenario)Deprecated.Use renderScenarioExamples(Scenario, CukedoctorDocumentBuilder) insteaddefault StringrenderScenarioExamples(Scenario scenario, CukedoctorDocumentBuilder documentBuilder)-
Methods inherited from interface com.github.cukedoctor.renderer.BaseRenderer
setCukedoctorConfig, setDocumentAttributes, setDocumentBuilder, setI18n
-
-
-
-
Method Detail
-
renderScenarioExamples
@Deprecated String renderScenarioExamples(Scenario scenario)
Deprecated.Use renderScenarioExamples(Scenario, CukedoctorDocumentBuilder) instead- Parameters:
scenario- the scenario containing the examples- Returns:
- the renderer
String
-
renderScenarioExamples
default String renderScenarioExamples(Scenario scenario, CukedoctorDocumentBuilder documentBuilder)
-
-