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