public class Scenario extends Object
| Constructor and Description |
|---|
Scenario() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDuration() |
String |
getLabel() |
List<Step> |
getSteps() |
void |
setDuration(String duration) |
void |
setLabel(String label) |
void |
setSteps(List<Step> steps) |
String |
toString() |
Copyright © 2016–2020. All rights reserved.