spring-framework/spring-test
Stéphane Nicoll e2c5887cea Allow JSON content assertions to be nested
Previously, AbstractJsonContentAssert worked on a raw String, which
made standard AssertJ nested calls, such as satisfies, to return an
assert on the raw string, rather than one with JSON support.

This commit rework AbstractJsonContentAssert so that it no longer
extend from AbstractStringAssert. This makes the list of methods more
focused on JSON assertions, and allow standard operations to provide
the right assert object.

Closes gh-32894
2024-05-27 09:25:12 +02:00
..
src Allow JSON content assertions to be nested 2024-05-27 09:25:12 +02:00
.springBeans
spring-test.gradle Add support for JSON assertions using JSON compare 2024-03-15 13:28:11 +01:00