Generated by
JDiff

Interface org.springframework.test.web.reactive.server.WebTestClient.BodyContentSpec

Added Methods
BodyContentSpec xml(String) Parse expected and actual response content as XML and assert that the two are "similar", i.e.
XpathAssertions xpath(String, Map<String, String>, Object[]) Access to response body assertions with specific namespaces using an XPath expression to inspect a specific subset of the body.
XpathAssertions xpath(String, Object[]) Access to response body assertions using an XPath expression to inspect a specific subset of the body.