VerifiedStage
Defines the stage after command execution and expectation verification in aggregate testing.
This interface extends both GivenStage and AggregateExpecter, allowing for additional command executions or further expectations on the verified results.
Type Parameters
S
the type of the aggregate state
Properties
Functions
Link copied to clipboard
Applies additional expectations to the verified result.
Link copied to clipboard
Creates a completely independent test branch context from the current state.
Creates a test branch and executes a handler function on it.
Link copied to clipboard
Continues to the next stage, optionally verifying error conditions.