类的使用
org.springframework.test.web.reactive.server.XpathAssertions
使用XpathAssertions的程序包 程序包 说明 org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient
.org.springframework.test.web.reactive.server中XpathAssertions的使用
返回XpathAssertions的org.springframework.test.web.reactive.server中的方法 修饰符和类型 方法 说明 default XpathAssertions
WebTestClient.BodyContentSpec. xpath(String expression, Object... args)
Access to response body assertions using an XPath expression to inspect a specific subset of the body.XpathAssertions
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.