Uses of Class
org.springframework.test.web.servlet.result.XpathResultMatchers
Packages that use XpathResultMatchers Package Description org.springframework.test.web.servlet.result Contains built-inResultMatcherandResultHandlerimplementations.Uses of XpathResultMatchers in org.springframework.test.web.servlet.result
Methods in org.springframework.test.web.servlet.result that return XpathResultMatchers Modifier and Type Method Description static XpathResultMatchersMockMvcResultMatchers. xpath(String expression, Object... args)Access to response body assertions using an XPath expression to inspect a specific subset of the body.static XpathResultMatchersMockMvcResultMatchers. xpath(String expression, Map<String,String> namespaces, Object... args)Access to response body assertions using an XPath expression to inspect a specific subset of the body.