-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
We want to support not only string arguments, but also object arguments.
The difficulty here is that we need to serialize the actual and ensure that the same serialization rules apply to actual and baseline.
json-unit does not expose the internal mapper, so we might want to convert to their model with our own mapping logic. But we should avoid to much overlap with json-unit concerns.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers