Package com.intuit.karate.core
Class Scenario
java.lang.Object
com.intuit.karate.core.Scenario
- Author:
- pthomas3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy(int exampleIndex) intintgetLine()getName()getRefId()getStepByLine(int line) getSteps()getTags()booleanbooleanbooleanbooleanisSetup()voidvoidsetDescription(String description) voidsetDynamicExpression(String dynamicExpression) voidsetExampleData(Map<String, Object> exampleData) voidsetLine(int line) voidvoidvoidtoString()
-
Constructor Details
-
Scenario
-
-
Method Details
-
isEqualTo
-
getNameAndDescription
-
getRefIdAndName
-
copy
-
replace
-
getStepByLine
-
getRefId
-
getDebugInfo
-
getUniqueId
-
getBackgroundSteps
-
getStepsIncludingBackground
-
getTagsEffective
-
getSection
-
getFeature
-
getLine
public int getLine() -
setLine
public void setLine(int line) -
getTags
-
setTags
-
getName
-
setName
-
getDescription
-
setDescription
-
getSteps
-
setSteps
-
isOutlineExample
public boolean isOutlineExample() -
isDynamic
public boolean isDynamic() -
getDynamicExpression
-
setDynamicExpression
-
getExampleData
-
setExampleData
-
getExampleIndex
public int getExampleIndex() -
toString
-
getUriToLineNumber
-
isSetup
public boolean isSetup()
-