Class ScenarioOutline
- java.lang.Object
-
- de.gematik.test.tiger.lib.parser.model.gherkin.GherkinStruct
-
- de.gematik.test.tiger.lib.parser.model.gherkin.Scenario
-
- de.gematik.test.tiger.lib.parser.model.gherkin.ScenarioOutline
-
public class ScenarioOutline extends Scenario
-
-
Field Summary
-
Fields inherited from class de.gematik.test.tiger.lib.parser.model.gherkin.GherkinStruct
STRUCT_I18N_MAP, STRUCT_NAMES
-
-
Constructor Summary
Constructors Constructor Description ScenarioOutline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getExampleKeys()StepgetExamples()List<Map<String,String>>getExamplesAsList()inthashCode()voidsetExamples(Step examples)org.json.JSONObjecttoPolarionJSON()StringtoString()-
Methods inherited from class de.gematik.test.tiger.lib.parser.model.gherkin.Scenario
addStep, getFeature, getSteps, getTag, hasTag, setFeature, setSteps
-
Methods inherited from class de.gematik.test.tiger.lib.parser.model.gherkin.GherkinStruct
getDescription, getName, getTags, setDescription, setName, setTags
-
-
-
-
Method Detail
-
toPolarionJSON
public org.json.JSONObject toPolarionJSON()
- Overrides:
toPolarionJSONin classScenario
-
getExamples
public Step getExamples()
-
setExamples
public void setExamples(Step examples)
-
-