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 86e9176 commit e9d325eCopy full SHA for e9d325e
README.md
@@ -319,8 +319,9 @@ JSONCompare.assertMatches(expected, actual); //assertion fails
319
==>
320
org.opentest4j.AssertionFailedError: FOUND 1 DIFFERENCE(S):
321
322
+
323
_________________________DIFF__________________________
-Expected condition '!.*' was not met. Actual JSON OBJECT has extra fields
324
+$."!.*" condition was not met. Actual JSON OBJECT has extra fields
325
```
326
```javascript
327
// actual JSON array should NOT contain any extra elements
0 commit comments