Uses of Class
cucumber.runtime.model.CucumberFeature

Packages that use CucumberFeature
cucumber.runtime   
cucumber.runtime.autocomplete   
cucumber.runtime.model   
 

Uses of CucumberFeature in cucumber.runtime
 

Methods in cucumber.runtime that return types with arguments of type CucumberFeature
 List<CucumberFeature> RuntimeOptions.cucumberFeatures(ResourceLoader resourceLoader)
           
 

Constructor parameters in cucumber.runtime with type arguments of type CucumberFeature
FeatureBuilder(List<CucumberFeature> cucumberFeatures)
           
 

Uses of CucumberFeature in cucumber.runtime.autocomplete
 

Method parameters in cucumber.runtime.autocomplete with type arguments of type CucumberFeature
 List<MetaStepdef> StepdefGenerator.generate(Collection<StepDefinition> stepDefinitions, List<CucumberFeature> features)
           
 

Uses of CucumberFeature in cucumber.runtime.model
 

Methods in cucumber.runtime.model that return types with arguments of type CucumberFeature
static List<CucumberFeature> CucumberFeature.load(ResourceLoader resourceLoader, List<String> featurePaths, List<Object> filters)
           
 

Constructors in cucumber.runtime.model with parameters of type CucumberFeature
CucumberBackground(CucumberFeature cucumberFeature, gherkin.formatter.model.Background background)
           
CucumberScenario(CucumberFeature cucumberFeature, CucumberBackground cucumberBackground, gherkin.formatter.model.Scenario scenario)
           
CucumberScenario(CucumberFeature cucumberFeature, CucumberBackground cucumberBackground, gherkin.formatter.model.Scenario exampleScenario, gherkin.formatter.model.Row example)
           
CucumberScenarioOutline(CucumberFeature cucumberFeature, CucumberBackground cucumberBackground, gherkin.formatter.model.ScenarioOutline scenarioOutline)
           
 



Copyright © 2012. All Rights Reserved.