Package com.github.cukedoctor.renderer
Class CukedoctorStepsRenderer
- java.lang.Object
-
- com.github.cukedoctor.renderer.AbstractBaseRenderer
-
- com.github.cukedoctor.renderer.CukedoctorStepsRenderer
-
- All Implemented Interfaces:
BaseRenderer,StepsRenderer
public class CukedoctorStepsRenderer extends AbstractBaseRenderer implements StepsRenderer
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 CukedoctorStepsRenderer()CukedoctorStepsRenderer(CukedoctorConfig cukedoctorConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringrenderSteps(List<Step> steps, Scenario scenario, Feature feature)-
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.StepsRenderer
renderSteps
-
-
-
-
Constructor Detail
-
CukedoctorStepsRenderer
public CukedoctorStepsRenderer()
-
CukedoctorStepsRenderer
public CukedoctorStepsRenderer(CukedoctorConfig cukedoctorConfig)
-
-
Method Detail
-
renderSteps
public String renderSteps(List<Step> steps, Scenario scenario, Feature feature)
- Specified by:
renderStepsin interfaceStepsRenderer- Parameters:
steps- the steps to renderscenario- scenario containing the stepsfeature- the feature containing the scenario- Returns:
- the renderer
String
-
-