-
Notifications
You must be signed in to change notification settings - Fork 145
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
Create a new assertion ShouldJsonContain for arrays #746
Comments
floriancazals
pushed a commit
that referenced
this issue
Nov 20, 2023
…egations (#746) Signed-off-by: florian.cazals <[email protected]>
floriancazals
pushed a commit
that referenced
this issue
Nov 20, 2023
…egations (#746) Signed-off-by: florian.cazals <[email protected]>
floriancazals
pushed a commit
that referenced
this issue
Nov 20, 2023
…egations (#746) Signed-off-by: florian.cazals <[email protected]>
floriancazals
pushed a commit
that referenced
this issue
Nov 20, 2023
…egations (#746) Signed-off-by: florian.cazals <[email protected]>
yesnault
pushed a commit
that referenced
this issue
Nov 22, 2023
…egations (#746) Signed-off-by: florian.cazals <[email protected]>
yesnault
pushed a commit
that referenced
this issue
Nov 23, 2023
…egations (#746) (#747) Signed-off-by: florian.cazals <[email protected]>
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following case, an array
baz
containing two elements. Each of the element is an object with the attributeattr
For example:
I would like to make an assertion like this one
Avoiding to have to specify the index of the array which.
Indeed the attrubute
foo
may be on index 1 instead of index 0 in my case.The text was updated successfully, but these errors were encountered: