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 |
||
|---|---|---|
| .. | ||
| src | ||
| .springBeans | ||
| spring-test.gradle | ||