Uses of Class
com.github.cukedoctor.api.model.Feature
-
-
Uses of Feature in com.github.cukedoctor
Method parameters in com.github.cukedoctor with type arguments of type Feature Modifier and Type Method Description static CukedoctorConverterCukedoctor. instance(List<Feature> features)static CukedoctorConverterCukedoctor. instance(List<Feature> features, CukedoctorDocumentBuilder docBuilder)static CukedoctorConverterCukedoctor. instance(List<Feature> features, DocumentAttributes attrs)static CukedoctorConverterCukedoctor. instance(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig)static CukedoctorConverterCukedoctor. instance(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig, CukedoctorDocumentBuilder docBuilder) -
Uses of Feature in com.github.cukedoctor.api
Methods in com.github.cukedoctor.api that return types with arguments of type Feature Modifier and Type Method Description List<Feature>CukedoctorConverter. getFeatures()Method parameters in com.github.cukedoctor.api with type arguments of type Feature Modifier and Type Method Description CukedoctorConverterCukedoctorConverter. renderFeatures(List<Feature> features)Deprecated.Use an appropriate instance of FeatureRenderer to render the document features only e.g. -
Uses of Feature in com.github.cukedoctor.api.model
Methods in com.github.cukedoctor.api.model with parameters of type Feature Modifier and Type Method Description voidScenarioTotalizations. addFeatureTotals(Feature feature)intFeature. compareTo(Feature other)Constructor parameters in com.github.cukedoctor.api.model with type arguments of type Feature Constructor Description ScenarioTotalizations(List<Feature> features) -
Uses of Feature in com.github.cukedoctor.converter
Methods in com.github.cukedoctor.converter that return types with arguments of type Feature Modifier and Type Method Description List<Feature>CukedoctorConverterImpl. getFeatures()Method parameters in com.github.cukedoctor.converter with type arguments of type Feature Modifier and Type Method Description CukedoctorConverterCukedoctorConverterImpl. renderFeatures(List<Feature> features)Constructor parameters in com.github.cukedoctor.converter with type arguments of type Feature Constructor Description CukedoctorConverterImpl(List<Feature> features, DocumentAttributes attrs)CukedoctorConverterImpl(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig)CukedoctorConverterImpl(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig, CukedoctorDocumentBuilder docBuilder) -
Uses of Feature in com.github.cukedoctor.i18n
Method parameters in com.github.cukedoctor.i18n with type arguments of type Feature Modifier and Type Method Description static I18nLoaderI18nLoader. instance(List<Feature> features)static I18nLoaderI18nLoader. newInstance(List<Feature> features) -
Uses of Feature in com.github.cukedoctor.parser
Methods in com.github.cukedoctor.parser that return types with arguments of type Feature Modifier and Type Method Description static List<Feature>FeatureParser. findAndParse(String basePath)static List<Feature>FeatureParser. parse(String json)static List<Feature>FeatureParser. parse(String... paths)static List<Feature>FeatureParser. parse(List<String> paths) -
Uses of Feature in com.github.cukedoctor.renderer
Methods in com.github.cukedoctor.renderer with parameters of type Feature Modifier and Type Method Description StringCukedoctorFeatureRenderer. renderFeature(Feature feature)protected StringCukedoctorFeatureRenderer. renderFeatureId(Feature feature)protected StringCukedoctorFeatureRenderer. renderFeatureScenario(Scenario scenario, Feature feature, CukedoctorDocumentBuilder builder)protected StringCukedoctorFeatureRenderer. renderFeatureScenarios(Feature feature, CukedoctorDocumentBuilder builder)protected StringCukedoctorFeatureRenderer. renderFeatureSectionId(Feature feature)StringCukedoctorScenarioRenderer. renderScenario(Scenario scenario, Feature feature)StringCukedoctorTagsRenderer. renderScenarioTags(Feature feature, Scenario scenario)StringCukedoctorStepsRenderer. renderSteps(List<Step> steps, Scenario scenario, Feature feature)Method parameters in com.github.cukedoctor.renderer with type arguments of type Feature Modifier and Type Method Description StringCukedoctorFeatureRenderer. renderFeatures(List<Feature> features)StringCukedoctorSummaryRenderer. renderSummary(List<Feature> features) -
Uses of Feature in com.github.cukedoctor.spi
Methods in com.github.cukedoctor.spi with parameters of type Feature Modifier and Type Method Description StringFeatureRenderer. renderFeature(Feature feature)Deprecated.Use renderFeature(Feature, CukedoctorDocumentBuilder) insteaddefault StringFeatureRenderer. renderFeature(Feature feature, CukedoctorDocumentBuilder documentBuilder)StringScenarioRenderer. renderScenario(Scenario scenario, Feature feature)Deprecated.Use renderScenario(Scenario, Feature, CukedoctorDocumentBuilder) insteaddefault StringScenarioRenderer. renderScenario(Scenario scenario, Feature feature, 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)Method parameters in com.github.cukedoctor.spi with type arguments of type Feature Modifier and Type Method Description StringFeatureRenderer. renderFeatures(List<Feature> features)Deprecated.Use renderFeatures(List<Feature>, CukedoctorDocumentBuilder) insteaddefault StringFeatureRenderer. renderFeatures(List<Feature> features, CukedoctorDocumentBuilder documentBuilder)StringSummaryRenderer. renderSummary(List<Feature> features)Deprecated.Use renderSummary(List<Feature>, CukedoctorDocumentBuilder) insteaddefault StringSummaryRenderer. renderSummary(List<Feature> features, CukedoctorDocumentBuilder documentBuilder) -
Uses of Feature in com.github.cukedoctor.util.builder
Methods in com.github.cukedoctor.util.builder that return Feature Modifier and Type Method Description FeatureFeatureBuilder. aFeatureWithMultipleScenariosAndSteps()FeatureFeatureBuilder. aFeatureWithNoScenarios()FeatureFeatureBuilder. aFeatureWithOneScenarioWithMultipleSteps()FeatureFeatureBuilder. aFeatureWithOneScenarioWithOnePassingAndOneFailingStep()FeatureFeatureBuilder. aFeatureWithOneScenarioWithOnePassingStep()FeatureFeatureBuilder. aFeatureWithTwoScenarios()FeatureFeatureBuilder. build()Methods in com.github.cukedoctor.util.builder with parameters of type Feature Modifier and Type Method Description static FeatureBuilderFeatureBuilder. instance(Feature feature)
-