Closed rdettai closed 8 years ago
The following assertion passes but should fail:
String expected = "{\"foo\":\"superfoo\",\"bar\":{\"bar\":\"superfoo\"}}"; String actual = "{\"foo\":\"superfoo\",\"bar\":null}"; JSONAssert.assertEquals(expected, actual, false);
My bad, I was using an old version!
The following assertion passes but should fail: