expectCommandIterator

open override fun expectCommandIterator(expected: CommandIterator.() -> Unit): ExpectDsl<T>

Creates a dynamic test for expectations on a command iterator.

Return

This DSL instance for method chaining.

Parameters

expected

A lambda function defining expectations on the CommandIterator.