ForkedVerifiedStageDsl

Defines a forked test context that allows continuing testing from a verified state.

This interface extends GivenDsl to provide full testing capabilities within a forked scenario, allowing additional command executions and expectations starting from the verified state of a previous command execution.

Type Parameters

S

the type of the aggregate state

Inheritors

Properties

Link copied to clipboard

The state aggregate from the verified result.

Link copied to clipboard
open val stateRoot: S

The root state object from the aggregate.

Link copied to clipboard

The verified result from the previous command execution that this fork starts from.