mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
Adds XML-based assertions in org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec for asserting against the XML body as well as xPath, similar to those assertions offered when using MockMvcResultMatchers.xpath(). Issue: SPR-16741