Package com.intuit.karate.core
Class Feature
- java.lang.Object
-
- com.intuit.karate.core.Feature
-
public class Feature extends Object
- Author:
- pthomas3
-
-
Method Summary
-
-
-
Field Detail
-
KEYWORD
public static final String KEYWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResource
public Resource getResource()
-
getPackageQualifiedName
public String getPackageQualifiedName()
-
getKarateJsonFileName
public String getKarateJsonFileName()
-
isBackgroundPresent
public boolean isBackgroundPresent()
-
getNameAndDescription
public String getNameAndDescription()
-
getNameForReport
public String getNameForReport()
-
findStepByLine
public Step findStepByLine(int line)
-
addSection
public void addSection(FeatureSection section)
-
getSection
public FeatureSection getSection(int sectionIndex)
-
getScenario
public Scenario getScenario(int sectionIndex, int exampleIndex)
-
getStep
public Step getStep(int sectionIndex, int exampleIndex, int stepIndex)
-
getLine
public int getLine()
-
setLine
public void setLine(int line)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getBackground
public Background getBackground()
-
setBackground
public void setBackground(Background background)
-
getSections
public List<FeatureSection> getSections()
-
setSections
public void setSections(List<FeatureSection> sections)
-
-