expectCommandBody
Sets expectations on the body of the first command.
This method applies expectations directly to the body of the first command message.
Return
The expecter instance for method chaining.
Parameters
expected
A lambda function that configures expectations on the command body.
Type Parameters
C
The type of the command body.