| Class | Description |
|---|---|
| ScenarioTestBase<GIVEN,WHEN,THEN> |
Base class for Scenario tests.
|
| SimpleScenarioTestBase<STEPS> |
ScenarioTest that only takes a single type parameter that is
used for all three step definition types.
|
| StageBase<SELF extends StageBase<?>> |
Useful base class for step definitions as it provides a
StageBase.self() method
to create fluent interfaces. |