public abstract class ScenarioDefinition extends Node
| Constructor and Description |
|---|
ScenarioDefinition(List<Tag> tags,
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() |
List<Tag> |
getTags() |
getLocationCopyright © 2015. All rights reserved.