expectCommandStream

open fun expectCommandStream(expected: CommandStream.() -> Unit): SE

Sets expectations on the command stream, ensuring no error occurred first.

This method first verifies that no error occurred, then applies the provided expectations to the command stream.

Return

The expecter instance for method chaining.

Parameters

expected

A lambda function that configures expectations on the CommandStream.