DefaultWhenDsl
class DefaultWhenDsl<T : Any>(val delegate: WhenStage<T>) : AbstractDynamicTestBuilder, Decorator<WhenStage<T>> , WhenDsl<T> , Named
Default implementation of WhenDsl that creates dynamic test containers for saga scenarios.
This class wraps a WhenStage and provides methods to configure event processing and create dynamic test containers that group related expectation tests. It supports naming test scenarios for better organization.
Parameters
T
The type of the saga being tested.