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 e9d325e commit ccf442bCopy full SHA for ccf442b
README.md
@@ -331,8 +331,9 @@ JSONCompare.assertNotMatches(expected, actual); // assertion fails
331
==>
332
org.opentest4j.AssertionFailedError: FOUND 1 DIFFERENCE(S):
333
334
+
335
_________________________DIFF__________________________
-Expected condition "!.*" from position 4 was not met. Actual JSON ARRAY has extra elements.
336
+$[3] -> Expected condition "!.*" was not met. Actual JSON ARRAY has extra elements
337
```
338
339
### MATCH ANY `.*`
0 commit comments