goatfryed / goatfryed/assert-baseline
support object arguments in assertThatJson
Open
enhancement
good first issue
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
Assessment
This issue has not been assessed yet.