Package com.github.cukedoctor.renderer
Class CukedoctorExamplesRenderer
- java.lang.Object
-
- com.github.cukedoctor.renderer.AbstractBaseRenderer
-
- com.github.cukedoctor.renderer.CukedoctorExamplesRenderer
-
- All Implemented Interfaces:
BaseRenderer,ExamplesRenderer
public class CukedoctorExamplesRenderer extends AbstractBaseRenderer implements ExamplesRenderer
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 CukedoctorExamplesRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringrenderScenarioExamples(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.ExamplesRenderer
renderScenarioExamples
-
-
-
-
Method Detail
-
renderScenarioExamples
public String renderScenarioExamples(Scenario scenario)
- Specified by:
renderScenarioExamplesin interfaceExamplesRenderer- Parameters:
scenario- the scenario containing the examples- Returns:
- the renderer
String
-
-