Class XpathResultMatchers

java.lang.Object
org.springframework.test.web.servlet.result.XpathResultMatchers

public class XpathResultMatchers extends Object
Factory for assertions on the response content using XPath expressions.

An instance of this class is typically accessed via MockMvcResultMatchers.xpath(java.lang.String, java.lang.Object...).

Since:
3.2
Author:
Rossen Stoyanchev