Uses of Class
org.springframework.test.web.reactive.server.XpathAssertions
-
Uses of XpathAssertions in org.springframework.test.web.reactive.server
Modifier and TypeMethodDescriptiondefault XpathAssertions
Access to response body assertions using an XPath expression to inspect a specific subset of the body.WebTestClient.BodyContentSpec.xpath
(String expression, Map<String, String> namespaces, Object... args) Access to response body assertions with specific namespaces using an XPath expression to inspect a specific subset of the body.