-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Explain in a couple of sentences the problem/goal you have.
Json Examples
Simplest Input JSON
Provide the simplest JSON that can illustrate the problem/goal
{"name":"foo"}Simplest comparison
Compare with
{"name":null}Expected green or red test
Show the simplest test code that you think should pass or fail for this to work.
assert(actual)
.where()
.path(ANY_SUBTREE).ignoreIfExpected().isNull()
.isEqualTo(expected);Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request