Uses of Interface
org.springframework.test.web.servlet.client.RestTestClient.RequestBodyUriSpec
Packages that use RestTestClient.RequestBodyUriSpec
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.-
Uses of RestTestClient.RequestBodyUriSpec in org.springframework.test.web.servlet.client
Methods in org.springframework.test.web.servlet.client that return RestTestClient.RequestBodyUriSpecModifier and TypeMethodDescriptionRestTestClient.method(HttpMethod method) Prepare a request for the specifiedHttpMethod.RestTestClient.patch()Prepare an HTTP PATCH request.RestTestClient.post()Prepare an HTTP POST request.RestTestClient.put()Prepare an HTTP PUT request.