AbstractGivenStageDsl
abstract class AbstractGivenStageDsl<S : Any> : AbstractDynamicTestBuilder, Decorator<GivenStage<S>> , GivenDsl<S> , Named
Abstract base class for GivenDsl implementations that provides common functionality.
This class implements the core GivenDsl interface methods and provides a foundation for concrete implementations. It handles service injection, owner ID management, and coordinates the setup of test scenarios with events or state.
Parameters
S
the state type of the aggregate