We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6cdbaa commit 77e2ebfCopy full SHA for 77e2ebf
README.md
@@ -397,15 +397,14 @@ JSONCompare.assertMatches(expected, actual); // assertion fails
397
==>
398
org.opentest4j.AssertionFailedError: FOUND 1 DIFFERENCE(S):
399
400
+
401
_________________________DIFF__________________________
-Json path '$.store..isbn' -> Expected json path result:
402
+$.#($.store..isbn)[1] was not found:
403
+"0-553-21311-1"
404
+Expected json path result:
405
["0-395-19395-8","0-553-21311-1","!.*"]
406
But got:
407
["0-553-21311-3","0-395-19395-8"]
-________diffs________
-
-Expected element from position 2 was NOT FOUND:
408
-"0-553-21311-1"
409
```
410
411
# <a name="extended"></a> Extended
0 commit comments