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

Add JSON comparison assert helpers #64

Closed
Tracked by #50
emdobrin opened this issue May 18, 2023 · 0 comments · Fixed by #79
Closed
Tracked by #50

Add JSON comparison assert helpers #64

emdobrin opened this issue May 18, 2023 · 0 comments · Fixed by #79
Assignees
Labels
task Item that can be completed as a standalone code change or is part of an epic.Used by issue template
Milestone

Comments

@emdobrin
Copy link
Contributor

emdobrin commented May 18, 2023

Task description

For the assertions on event payloads, we need the ability to check the logical equivalence of JSON dictionaries, similar to the iOS framework capabilities:

  • key presence
  • value type and value matching
  • array ordered/unordered matching

Reuse existing tools where available in Core or current test framework.

Additional implementation details or code snippet(s)

No response

@emdobrin emdobrin added the task Item that can be completed as a standalone code change or is part of an epic.Used by issue template label May 18, 2023
@timkimadobe timkimadobe linked a pull request Sep 8, 2023 that will close this issue
10 tasks
@emdobrin emdobrin added this to the v2.4.0 milestone Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Item that can be completed as a standalone code change or is part of an epic.Used by issue template
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants