| Package | Description |
|---|---|
| com.intuit.karate.core |
| Modifier and Type | Method and Description |
|---|---|
FeatureSection |
ScenarioOutline.getSection() |
FeatureSection |
Scenario.getSection() |
FeatureSection |
Feature.getSection(int sectionIndex) |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureSection> |
Feature.getSections() |
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.addSection(FeatureSection section) |
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setSections(List<FeatureSection> sections) |
| Constructor and Description |
|---|
Scenario(Feature feature,
FeatureSection section,
int index) |
ScenarioOutline(Feature feature,
FeatureSection section) |
Copyright © 2019. All rights reserved.