类的使用
cn.taketoday.test.web.reactive.server.XpathAssertions
使用XpathAssertions的程序包
-
cn.taketoday.test.web.reactive.server中XpathAssertions的使用
修饰符和类型方法说明DefaultWebTestClient.DefaultBodyContentSpec.xpath(String expression, Map<String, String> namespaces, Object... args) default XpathAssertionsAccess to response body assertions using an XPath expression to inspect a specific subset of the body.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.