|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Fields in cucumber.runtime.model declared as CucumberFeature | |
|---|---|
protected CucumberFeature |
StepContainer.cucumberFeature
|
| 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)
|
|
CucumberTagStatement(CucumberFeature cucumberFeature,
gherkin.formatter.model.TagStatement tagStatement)
|
|
CucumberTagStatement(CucumberFeature cucumberFeature,
gherkin.formatter.model.TagStatement tagStatement,
gherkin.formatter.model.Row example)
|
|
StepContainer(CucumberFeature cucumberFeature,
gherkin.formatter.model.BasicStatement statement)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||