mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
7a17abe448
This commit introduces new `isEmpty()` and `isNotEmpty()` methods in `JsonPathResultMatchers` and `JsonPathRequestMatchers` which delegate to the new `assertValueIsEmpty()` and `assertValueIsNotEmpty()` methods in `JsonPathExpectationsHelper`, respectively. Issue: SPR-13352