Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec.ResponseSpecConsumer
Packages that use WebTestClient.ResponseSpec.ResponseSpecConsumer
- 
Uses of WebTestClient.ResponseSpec.ResponseSpecConsumer in org.springframework.test.web.reactive.serverMethods in org.springframework.test.web.reactive.server with parameters of type WebTestClient.ResponseSpec.ResponseSpecConsumerModifier and TypeMethodDescriptionWebTestClient.ResponseSpec.expectAll(WebTestClient.ResponseSpec.ResponseSpecConsumer... consumers) Apply multiple assertions to a response with the given consumers, with the guarantee that all assertions will be applied even if one or more assertions fails with an exception.