Uses of Interface
org.springframework.test.web.servlet.client.MockMvcWebTestClient.MockMvcServerSpec
Packages that use MockMvcWebTestClient.MockMvcServerSpec
Package
Description
Support for testing Spring MVC applications via
 
WebTestClient
 with MockMvc for server request
 handling.- 
Uses of MockMvcWebTestClient.MockMvcServerSpec in org.springframework.test.web.servlet.clientClasses in org.springframework.test.web.servlet.client with type parameters of type MockMvcWebTestClient.MockMvcServerSpecModifier and TypeInterfaceDescriptionstatic interfaceBase specification for configuringMockMvc, and a simple facade aroundConfigurableMockMvcBuilder.Subinterfaces of MockMvcWebTestClient.MockMvcServerSpec in org.springframework.test.web.servlet.clientModifier and TypeInterfaceDescriptionstatic interfaceSpecification for configuringMockMvcto test one or more controllers directly, and a simple facade aroundStandaloneMockMvcBuilder.static interfaceSpecification for configuringMockMvcto test one or more router functions directly, and a simple facade aroundRouterFunctionMockMvcBuilder.Methods in org.springframework.test.web.servlet.client that return MockMvcWebTestClient.MockMvcServerSpecModifier and TypeMethodDescriptionstatic MockMvcWebTestClient.MockMvcServerSpec<?>MockMvcWebTestClient.bindToApplicationContext(WebApplicationContext context) Begin creating aWebTestClientby providing aWebApplicationContextwith Spring MVC infrastructure and controllers.