SagaSpec

constructor(block: StatelessSagaDsl<T>.() -> Unit)

Parameters

T

The type of the saga being tested, must be a class that implements the saga logic.