expectNoError

open override fun expectNoError(): ExpectDsl<S>

Defines expectation that no error occurred during command processing.

This method verifies that the aggregate command executed successfully without throwing any exceptions.

Return

this ExpectDsl instance for method chaining