JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
com.github.cukedoctor.api.CukedoctorConverter.renderAttributes()
Use an appropriate instance of HeaderRenderer to render the document attributes only e.g. CukedoctorHeaderRenderer
com.github.cukedoctor.api.CukedoctorConverter.renderFeatures(List<Feature>)
Use an appropriate instance of FeatureRenderer to render the document features only e.g. CukedoctorFeatureRenderer
com.github.cukedoctor.api.CukedoctorConverter.renderSummary()
Use an appropriate instance of SummaryRenderer to render the document summary only e.g. CukedoctorSummaryRenderer
com.github.cukedoctor.api.model.Feature.getNumberOfScenarios()
use
Feature.getScenarioResults()
com.github.cukedoctor.renderer.AbstractBaseRenderer.setDocumentBuilder(CukedoctorDocumentBuilder)
com.github.cukedoctor.renderer.BaseRenderer.setDocumentBuilder(CukedoctorDocumentBuilder)
Use renderX calls that pass the documentBuilder as a parameter instead
com.github.cukedoctor.spi.ExamplesRenderer.renderScenarioExamples(Scenario)
Use renderScenarioExamples(Scenario, CukedoctorDocumentBuilder) instead
com.github.cukedoctor.spi.FeatureRenderer.renderFeature(Feature)
Use renderFeature(Feature, CukedoctorDocumentBuilder) instead
com.github.cukedoctor.spi.FeatureRenderer.renderFeatures(List<Feature>)
Use renderFeatures(List<Feature>, CukedoctorDocumentBuilder) instead
com.github.cukedoctor.spi.HeaderRenderer.renderDocumentHeader(DocumentAttributes)
Use renderDocumentHeader(DocumentAttributes, CukedoctorDocumentBuilder) instead
com.github.cukedoctor.spi.ScenarioRenderer.renderScenario(Scenario, Feature)
Use renderScenario(Scenario, Feature, CukedoctorDocumentBuilder) instead
com.github.cukedoctor.spi.StepsRenderer.renderSteps(List<Step>, Scenario, Feature)
Use renderSteps(List<Step>, Scenario, Feature, CukedoctorDocumentBuilder) instead
com.github.cukedoctor.spi.SummaryRenderer.renderSummary(List<Feature>)
Use renderSummary(List<Feature>, CukedoctorDocumentBuilder) instead
com.github.cukedoctor.spi.TagsRenderer.renderScenarioTags(Feature, Scenario)
Use renderScenarioTags(Scenario, CukedoctorDocumentBuilder) instead