-
Notifications
You must be signed in to change notification settings - Fork 13
Add JSON comparison assert helpers #64
Copy link
Copy link
Closed
Labels
taskItem that can be completed as a standalone code change or is part of an epic.Used by issue templateItem that can be completed as a standalone code change or is part of an epic.Used by issue template
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
taskItem that can be completed as a standalone code change or is part of an epic.Used by issue templateItem that can be completed as a standalone code change or is part of an epic.Used by issue template