Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient.ResponseSpec
Packages that use WebTestClient.ResponseSpec
-
Uses of WebTestClient.ResponseSpec in org.springframework.test.web.reactive.server
Subclasses with type arguments of type WebTestClient.ResponseSpec in org.springframework.test.web.reactive.serverModifier and TypeClassDescriptionclassAssertions on cookies of the response.classAssertions on headers of the response.classAssertions on the response status.Subinterfaces with type arguments of type WebTestClient.ResponseSpec in org.springframework.test.web.reactive.serverModifier and TypeInterfaceDescriptionstatic interfaceMethods in org.springframework.test.web.reactive.server that return WebTestClient.ResponseSpecModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.WebTestClient.RequestHeadersSpec.exchange()Perform the exchange.WebTestClient.RequestHeadersSpec.exchangeSuccessfully()Variant ofWebTestClient.RequestHeadersSpec.exchange()that expects a successful response.WebTestClient.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.Deprecated, for removal: This API element is subject to removal in a future version.in favor ofConsumer-based variantsDeprecated, for removal: This API element is subject to removal in a future version.in favor ofConsumer-based variantsDeprecated, for removal: This API element is subject to removal in a future version.in favor ofConsumer-based variantsDeprecated, for removal: This API element is subject to removal in a future version.in favor ofConsumer-based variantsDeprecated, for removal: This API element is subject to removal in a future version.in favor ofConsumer-based variantsDeprecated, for removal: This API element is subject to removal in a future version.in favor ofConsumer-based variants
Consumer-based variants