Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support object and array expectation without specifying consumer in LambdaDSL #1737

Closed
biergit opened this issue Nov 29, 2023 · 1 comment
Closed
Labels
enhancement Indicates new feature requests

Comments

@biergit
Copy link
Contributor

biergit commented Nov 29, 2023

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 write
body.object("attributeName",null).

@biergit biergit changed the title Support object expectation without specifying consumer in LambdaDSL Support object and array expectation without specifying consumer in LambdaDSL Nov 29, 2023
@rholshausen rholshausen added the enhancement Indicates new feature requests label Dec 5, 2023
rholshausen added a commit that referenced this issue Mar 26, 2024
@rholshausen
Copy link
Contributor

4.6.8 released with this change

rholshausen added a commit that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

2 participants