expectNoError

open fun expectNoError(): AE

Expects that no error occurred during command execution.

This method validates that the command was processed successfully without throwing any exceptions or encountering error conditions. It is commonly used to assert that aggregate operations completed normally and produced the expected results.

Return

the current expecter instance for method chaining

Throws

if an error occurred during command execution