Package com.intuit.karate.core
Class Feature
java.lang.Object
com.intuit.karate.core.Feature
- Author:
- pthomas3
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSection(FeatureSection section) findStepByLine(int line) intgetLine()getName()getScenario(int sectionIndex, int exampleIndex) getSection(int sectionIndex) getStep(int sectionIndex, int exampleIndex, int stepIndex) getTags()booleanstatic Featurestatic Featurestatic FeaturevoidsetBackground(Background background) voidsetDescription(String description) voidsetLine(int line) voidvoidsetSections(List<FeatureSection> sections) voidtoString()
-
Field Details
-
KEYWORD
- See Also:
-
-
Method Details
-
read
-
read
-
read
-
getResource
-
getPackageQualifiedName
-
getKarateJsonFileName
-
isBackgroundPresent
public boolean isBackgroundPresent() -
getNameAndDescription
-
getNameForReport
-
findStepByLine
-
getSetup
-
addSection
-
getSection
-
getScenario
-
getStep
-
getLine
public int getLine() -
setLine
public void setLine(int line) -
getTags
-
setTags
-
getName
-
setName
-
getDescription
-
setDescription
-
getBackground
-
setBackground
-
getSections
-
setSections
-
toString
-