Uses of Interface
org.springframework.test.web.reactive.server.assertj.WebTestClientResponse
Packages that use WebTestClientResponse
Package
Description
AssertJ support for WebTestClient.
-
Uses of WebTestClientResponse in org.springframework.test.web.reactive.server.assertj
Subclasses with type arguments of type WebTestClientResponse in org.springframework.test.web.reactive.server.assertjModifier and TypeClassDescriptionclassAssertJ assertions for the result from aWebTestClientexchange.Methods in org.springframework.test.web.reactive.server.assertj that return WebTestClientResponseModifier and TypeMethodDescriptionstatic WebTestClientResponseWebTestClientResponse.from(ExchangeResult result) Create an instance from anExchangeResult.static WebTestClientResponseWebTestClientResponse.from(WebTestClient.ResponseSpec spec) Create an instance from aWebTestClient.ResponseSpec.