Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec
Packages that use WebTestClient.MockServerSpec
- 
Uses of WebTestClient.MockServerSpec in org.springframework.test.web.reactive.serverClasses in org.springframework.test.web.reactive.server with type parameters of type WebTestClient.MockServerSpecModifier and TypeInterfaceDescriptionstatic interfaceWebTestClient.MockServerSpec<B extends WebTestClient.MockServerSpec<B>>Base specification for setting up tests without a server.Subinterfaces of WebTestClient.MockServerSpec in org.springframework.test.web.reactive.serverModifier and TypeInterfaceDescriptionstatic interfaceSpecification for customizing controller configuration equivalent to, and internally delegating to, aWebFluxConfigurer.static interfaceSpecification for customizing router function configuration.Methods in org.springframework.test.web.reactive.server that return WebTestClient.MockServerSpecModifier and TypeMethodDescriptionstatic WebTestClient.MockServerSpec<?>WebTestClient.bindToApplicationContext(ApplicationContext applicationContext) Use this option to set up a server from the Spring configuration of your application, or some subset of it.static WebTestClient.MockServerSpec<?>WebTestClient.bindToWebHandler(WebHandler webHandler) Integration testing with a "mock" server targeting the given WebHandler.Methods in org.springframework.test.web.reactive.server with parameters of type WebTestClient.MockServerSpecModifier and TypeMethodDescriptiondefault voidMockServerConfigurer.afterConfigureAdded(WebTestClient.MockServerSpec<?> serverSpec) Invoked immediately, i.e.