You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matching is based on soft assertion. It does not stop at first encountered difference, but it continues until expected JSON is depleted.
203
203
All differences are displayed via the AssertionError message from `JSONCompare.assertMatches()` or can be obtained as a List of Strings by using `JSONCompare.diffs()`:
204
-
## Differences inside AssertionError message
204
+
## AssertionError message
205
205
```javascript
206
206
String expected =
207
207
"""
@@ -368,6 +368,7 @@ The expected JSON can contain json path expressions delimited by `#(` and `)` to
368
368
```javascript
369
369
// Select the 'isbn' values of store books and match with expected ones
0 commit comments