Support object
and array
expectation without specifying consumer in LambdaDSL
#1737
Labels
enhancement
Indicates new feature requests
In my consumer test I want to expect an object but I do not care about any members.
With the LambdaDSL I have to write
body.object("attributeName", object -> {})
I would prefer to write
body.object("attributeName")
or if you don't want to introduce another method I would like to be able to writebody.object("attributeName",null)
.The text was updated successfully, but these errors were encountered: