public class TestStepFactory extends Object
| Constructor and Description |
|---|
TestStepFactory() |
| Modifier and Type | Method and Description |
|---|---|
static TestStep |
errorTestStepCalled(String description) |
static TestStep |
failingTestStepCalled(String description) |
static TestStep |
flakyTestStepCalled(String description) |
static TestStep |
ignoredTestStepCalled(String description) |
static TestStep |
pendingTestStepCalled(String description) |
static TestStep |
skippedTestStepCalled(String description) |
static TestStep |
successfulTestStepCalled(String description) |
Copyright © 2023. All rights reserved.