Uses of Interface
org.springframework.test.web.servlet.client.RestTestClient.UriSpec
Packages that use RestTestClient.UriSpec
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.-
Uses of RestTestClient.UriSpec in org.springframework.test.web.servlet.client
Subinterfaces of RestTestClient.UriSpec in org.springframework.test.web.servlet.clientModifier and TypeInterfaceDescriptionstatic interfaceSpecification for providing the body and the URI of a request.static interfaceSpecification for providing request headers and the URI of a request.