Generated by
JDiff

Interface org.springframework.test.web.reactive.server.WebTestClient.ControllerSpec

Added interface org.springframework.test.web.reactive.server.WebTestClient.MockServerSpec.

Removed Methods
WebTestClient build() Shortcut to build the test client.
Builder configureClient() Proceed to configure and build the test client.
ControllerSpec messageReaders(Consumer<List<HttpMessageReader<?>>>) Modify or extend the list of built-in message readers.
ControllerSpec messageWriters(Consumer<List<HttpMessageWriter<?>>>) Modify or extend the list of built-in message writers.
 

Added Methods
ControllerSpec argumentResolvers(Consumer<ArgumentResolverConfigurer>) Configure resolvers for custom controller method arguments.
ControllerSpec controllerAdvice(Object[]) Register one or more ControllerAdvice instances to be used in tests.
ControllerSpec httpMessageCodecs(Consumer<ServerCodecConfigurer>) Configure custom HTTP message readers and writers or override built-in ones.