Uses of Interface
org.springframework.test.web.servlet.client.RestTestClient.StandaloneSetupBuilder
Packages that use RestTestClient.StandaloneSetupBuilder
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.- 
Uses of RestTestClient.StandaloneSetupBuilder in org.springframework.test.web.servlet.client
Subinterfaces with type arguments of type RestTestClient.StandaloneSetupBuilder in org.springframework.test.web.servlet.clientModifier and TypeInterfaceDescriptionstatic interfaceExtension ofRestTestClient.Builderfor tests against а standalone MockMvc setup.Methods in org.springframework.test.web.servlet.client that return RestTestClient.StandaloneSetupBuilderModifier and TypeMethodDescriptionRestTestClient.bindToController(Object... controllers) Begin creating aRestTestClientwith a Standalone MockMvc setup.