Uses of Class
org.springframework.test.web.reactive.server.XpathAssertions
Packages that use XpathAssertions Package Description org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient
.Uses of XpathAssertions in org.springframework.test.web.reactive.server
Methods in org.springframework.test.web.reactive.server that return XpathAssertions Modifier and Type Method Description default XpathAssertions
WebTestClient.BodyContentSpec. xpath(String expression, Object... args)
Access to response body assertions using an XPath expression to inspect a specific subset of the body.XpathAssertions
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.