Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient.RouterFunctionSpec
Packages that use WebTestClient.RouterFunctionSpec
-
Uses of WebTestClient.RouterFunctionSpec in org.springframework.test.web.reactive.server
Subinterfaces with type arguments of type WebTestClient.RouterFunctionSpec in org.springframework.test.web.reactive.serverModifier and TypeInterfaceDescriptionstatic interfaceSpecification for customizing router function configuration.Methods in org.springframework.test.web.reactive.server that return WebTestClient.RouterFunctionSpecModifier and TypeMethodDescriptionWebTestClient.bindToRouterFunction(RouterFunction<?> routerFunction) Begin creating aWebTestClientwith a mock server setup that tests oneRouterFunctionat a time with@EnableWebFluxequivalent configuration.WebTestClient.RouterFunctionSpec.handlerStrategies(HandlerStrategies handlerStrategies) Configure handler strategies.