Package com.github.cukedoctor.renderer
Class CukedoctorSummaryRenderer
- java.lang.Object
-
- com.github.cukedoctor.renderer.AbstractBaseRenderer
-
- com.github.cukedoctor.renderer.CukedoctorSummaryRenderer
-
- All Implemented Interfaces:
BaseRenderer,SummaryRenderer
public class CukedoctorSummaryRenderer extends AbstractBaseRenderer implements SummaryRenderer
Created by pestano on 26/02/16.
-
-
Field Summary
-
Fields inherited from class com.github.cukedoctor.renderer.AbstractBaseRenderer
cukedoctorConfig, docBuilder, documentAttributes, i18n
-
-
Constructor Summary
Constructors Constructor Description CukedoctorSummaryRenderer()CukedoctorSummaryRenderer(CukedoctorConfig cukedoctorConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringrenderSummary(List<Feature> features)-
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.SummaryRenderer
renderSummary
-
-
-
-
Constructor Detail
-
CukedoctorSummaryRenderer
public CukedoctorSummaryRenderer()
-
CukedoctorSummaryRenderer
public CukedoctorSummaryRenderer(CukedoctorConfig cukedoctorConfig)
-
-
Method Detail
-
renderSummary
public String renderSummary(List<Feature> features)
- Specified by:
renderSummaryin interfaceSummaryRenderer- Parameters:
features- the features to render- Returns:
- the rendered
String
-
-