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
The purpose of the error message is a succinct explanation. This small change could cause the results to blow up if the array contains many massive JSONObjects. Why not suggest that the invoking test prints the array contents on fail if that's what they want?
Open to more discussion but current inclination is to close as WAI.
Desired: failure message includes expected and actual json
Actual: Error message only says they aren't the same size.
see:
JSONassert/src/main/java/org/skyscreamer/jsonassert/comparator/DefaultComparator.java
Line 74 in 830efcf
JSONassert/src/test/java/org/skyscreamer/jsonassert/JSONCompareTest.java
Line 43 in 830efcf
The text was updated successfully, but these errors were encountered: