SagaSpec

abstract class SagaSpec<T : Any>(block: StatelessSagaDsl<T>.() -> Unit) : AbstractDynamicTestBuilder

Constructors

Link copied to clipboard
constructor(block: StatelessSagaDsl<T>.() -> Unit)

Properties

Link copied to clipboard
open override val dynamicNodes: MutableList<DynamicNode>
Link copied to clipboard

Functions

Link copied to clipboard
@TestFactory
fun execute(): Stream<DynamicNode>