Uses of Class
com.github.cukedoctor.api.model.Scenario
-
Packages that use Scenario Package Description com.github.cukedoctor.api com.github.cukedoctor.api.model com.github.cukedoctor.renderer com.github.cukedoctor.spi com.github.cukedoctor.util.builder -
-
Uses of Scenario in com.github.cukedoctor.api
Methods in com.github.cukedoctor.api that return types with arguments of type Scenario Modifier and Type Method Description List<Scenario>ScenarioResults. getFailedScenarios()List<Scenario>ScenarioResults. getPassedScenarios()Constructor parameters in com.github.cukedoctor.api with type arguments of type Scenario Constructor Description ScenarioResults(List<Scenario> passedScenarios, List<Scenario> failedScenarios) -
Uses of Scenario in com.github.cukedoctor.api.model
Methods in com.github.cukedoctor.api.model that return Scenario Modifier and Type Method Description ScenarioFeature. getScenarioByName(String name)Methods in com.github.cukedoctor.api.model that return types with arguments of type Scenario Modifier and Type Method Description List<Scenario>Feature. getElements()List<Scenario>Feature. getScenarios()Method parameters in com.github.cukedoctor.api.model with type arguments of type Scenario Modifier and Type Method Description voidFeature. setElements(List<Scenario> elements) -
Uses of Scenario in com.github.cukedoctor.renderer
Methods in com.github.cukedoctor.renderer with parameters of type Scenario Modifier and Type Method Description protected StringCukedoctorFeatureRenderer. renderFeatureScenario(Scenario scenario, Feature feature, CukedoctorDocumentBuilder builder)StringCukedoctorScenarioRenderer. renderScenario(Scenario scenario, Feature feature)StringCukedoctorExamplesRenderer. renderScenarioExamples(Scenario scenario)StringCukedoctorTagsRenderer. renderScenarioTags(Feature feature, Scenario scenario)StringCukedoctorStepsRenderer. renderSteps(List<Step> steps, Scenario scenario, Feature feature) -
Uses of Scenario in com.github.cukedoctor.spi
Methods in com.github.cukedoctor.spi with parameters of type Scenario Modifier and Type Method Description StringScenarioRenderer. renderScenario(Scenario scenario, Feature feature)Deprecated.Use renderScenario(Scenario, Feature, CukedoctorDocumentBuilder) insteaddefault StringScenarioRenderer. renderScenario(Scenario scenario, Feature feature, CukedoctorDocumentBuilder documentBuilder)StringExamplesRenderer. renderScenarioExamples(Scenario scenario)Deprecated.Use renderScenarioExamples(Scenario, CukedoctorDocumentBuilder) insteaddefault StringExamplesRenderer. renderScenarioExamples(Scenario scenario, CukedoctorDocumentBuilder documentBuilder)StringTagsRenderer. renderScenarioTags(Feature feature, Scenario scenario)Deprecated.Use renderScenarioTags(Scenario, CukedoctorDocumentBuilder) insteaddefault StringTagsRenderer. renderScenarioTags(Feature feature, Scenario scenario, CukedoctorDocumentBuilder documentBuilder)StringStepsRenderer. renderSteps(List<Step> steps, Scenario scenario, Feature feature)Deprecated.Use renderSteps(List<Step>, Scenario, Feature, CukedoctorDocumentBuilder) insteaddefault StringStepsRenderer. renderSteps(List<Step> steps, Scenario scenario, Feature feature, CukedoctorDocumentBuilder documentBuilder) -
Uses of Scenario in com.github.cukedoctor.util.builder
Methods in com.github.cukedoctor.util.builder that return Scenario Modifier and Type Method Description ScenarioScenarioBuilder. build()Methods in com.github.cukedoctor.util.builder with parameters of type Scenario Modifier and Type Method Description static ScenarioBuilderScenarioBuilder. instance(Scenario scenario)FeatureBuilderFeatureBuilder. scenario(Scenario scenario)
-