expectCommandStream

open override fun expectCommandStream(expected: CommandStream.() -> Unit): ExpectDsl<T>

Creates a dynamic test for expectations on the command stream.

Return

This DSL instance for method chaining.

Parameters

expected

A lambda function defining expectations on the CommandStream.