| Package | Description |
|---|---|
| org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient. |
| Modifier and Type | Method and Description |
|---|---|
XpathAssertions |
WebTestClient.BodyContentSpec.xpath(java.lang.String expression,
java.util.Map<java.lang.String,java.lang.String> namespaces,
java.lang.Object... args)
Access to response body assertions with specific namespaces using an
XPath expression to inspect a specific subset of the body.
|
default XpathAssertions |
WebTestClient.BodyContentSpec.xpath(java.lang.String expression,
java.lang.Object... args)
Access to response body assertions using an XPath expression to
inspect a specific subset of the body.
|