goatfryed / goatfryed/assert-baseline

support object arguments in assertThatJson

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.