Uses of Class
com.intuit.karate.core.FeatureSection
-
Packages that use FeatureSection Package Description com.intuit.karate.core -
-
Uses of FeatureSection in com.intuit.karate.core
Methods in com.intuit.karate.core that return FeatureSection Modifier and Type Method Description FeatureSectionFeature. getSection(int sectionIndex)FeatureSectionScenario. getSection()FeatureSectionScenarioOutline. getSection()Methods in com.intuit.karate.core that return types with arguments of type FeatureSection Modifier and Type Method Description List<FeatureSection>Feature. getSections()Methods in com.intuit.karate.core with parameters of type FeatureSection Modifier and Type Method Description voidFeature. addSection(FeatureSection section)Method parameters in com.intuit.karate.core with type arguments of type FeatureSection Modifier and Type Method Description voidFeature. setSections(List<FeatureSection> sections)Constructors in com.intuit.karate.core with parameters of type FeatureSection Constructor Description Scenario(Feature feature, FeatureSection section, int exampleIndex)ScenarioOutline(Feature feature, FeatureSection section)
-