类 XpathResultMatchers

java.lang.Object
cn.taketoday.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...).

从以下版本开始:
4.0
作者:
Rossen Stoyanchev