| Interface | Description |
|---|---|
| CurrentScenario |
This interface can be injected into a stage using the
ScenarioState annotation. |
| CurrentStep |
This interface can be injected into a stage by using the
ScenarioState
annotation. |
| StepFunction<STAGE> |
A functional interface for defining ad-hoc steps.
|
| Class | Description |
|---|---|
| DataTables |
A utility class to create data tables.
|
| Stage<SELF extends Stage<?>> |
Base class for Stages.
|