Package com.github.cukedoctor.spi
Interface StepsRenderer
-
- All Superinterfaces:
BaseRenderer
- All Known Implementing Classes:
CukedoctorStepsRenderer
public interface StepsRenderer 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 StringrenderSteps(List<Step> steps, Scenario scenario, Feature feature)Deprecated.Use renderSteps(List<Step>, Scenario, Feature, CukedoctorDocumentBuilder) insteaddefault StringrenderSteps(List<Step> steps, Scenario scenario, Feature feature, CukedoctorDocumentBuilder documentBuilder)-
Methods inherited from interface com.github.cukedoctor.renderer.BaseRenderer
setCukedoctorConfig, setDocumentAttributes, setDocumentBuilder, setI18n
-
-
-
-
Method Detail
-
renderSteps
@Deprecated String renderSteps(List<Step> steps, Scenario scenario, Feature feature)
Deprecated.Use renderSteps(List<Step>, Scenario, Feature, CukedoctorDocumentBuilder) instead- Parameters:
steps- the steps to renderscenario- scenario containing the stepsfeature- the feature containing the scenario- Returns:
- the renderer
String
-
-