Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient.UriSpec
Packages that use WebTestClient.UriSpec Package Description org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.Uses of WebTestClient.UriSpec in org.springframework.test.web.reactive.server
Subinterfaces of WebTestClient.UriSpec in org.springframework.test.web.reactive.server Modifier and Type Interface Description static interfaceWebTestClient.RequestBodyUriSpecSpecification for providing the body and the URI of a request.static interfaceWebTestClient.RequestHeadersUriSpec<S extends WebTestClient.RequestHeadersSpec<S>>Specification for providing request headers and the URI of a request.