public abstract class ScenarioDefinition extends Node
| Constructor and Description |
|---|
ScenarioDefinition(Location location,
String keyword,
String name,
String description,
List<Step> steps) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getKeyword() |
String |
getName() |
List<Step> |
getSteps() |
getLocationCopyright © 2017. All Rights Reserved.