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

Added hasJsonBody(_:) matcher for array #343

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

417-72KI
Copy link
Contributor

@417-72KI 417-72KI commented Jul 9, 2021

Checklist

  • I've checked that all new and existing tests pass
  • I've updated the documentation if necessary
  • I've added an entry in the CHANGELOG to credit myself

Description

I've added an overloaded matcher hasJsonBody that tests whether the NSURLRequest body contains a JSON array with the values on same order.

Motivation and Context

There is a matcher hasJsonBody for a JSON object ( created on #265 ).
Unfortunately, it cannot be used when root of an object is an array (e.g. ["foo", "bar"]).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant