DefaultForkedVerifiedStageDsl
class DefaultForkedVerifiedStageDsl<S : Any>(val context: AggregateDslContext<S>, val delegate: VerifiedStage<S>) : AbstractGivenStageDsl<S> , ForkedVerifiedStageDsl<S>
Default implementation of the ForkedVerifiedStageDsl interface for forked test scenarios.
This class provides functionality for testing alternative paths after an aggregate has been verified, allowing branching of test execution to explore different outcomes or error conditions from the same verified state.
Parameters
S
the state type of the aggregate
Properties
Link copied to clipboard
The aggregate DSL context for managing shared test state.
Link copied to clipboard
the underlying VerifiedStage that provides the verified result
Link copied to clipboard
A mutable list of dynamic test nodes that can be modified by subclasses.
Link copied to clipboard
The state aggregate from the verified result.
Link copied to clipboard
The verified result from the parent test execution. This contains the final state, events, and any errors from the command processing.