public class TestStep extends Object
| Constructor and Description |
|---|
TestStep() |
TestStep(String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<TestStep> |
getSteps() |
void |
setDescription(String description) |
void |
setSteps(List<TestStep> steps) |
public TestStep()
public TestStep(String description)
Copyright © 2022. All rights reserved.