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.
Type Parameters
S
the state type of the aggregate
Properties
Link copied to clipboard
shared aggregate DSL context
Link copied to clipboard
the underlying VerifiedStage that provides the verified result
Link copied to clipboard
Mutable dynamic test nodes that subclasses can append to.
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.