Uses of Class
org.springframework.test.web.servlet.client.XpathAssertions
Packages that use XpathAssertions
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.-
Uses of XpathAssertions in org.springframework.test.web.servlet.client
Methods in org.springframework.test.web.servlet.client that return XpathAssertionsModifier and TypeMethodDescriptiondefault XpathAssertionsAccess to response body assertions using an XPath expression to inspect a specific subset of the body.RestTestClient.BodyContentSpec.xpath(String expression, @Nullable 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.