Uses of Class
org.springframework.test.web.reactive.server.ExchangeResult
Packages that use ExchangeResult
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient.Support for testing Spring MVC applications via
WebTestClient
with MockMvc for server request
handling.-
Uses of ExchangeResult in org.springframework.test.web.reactive.server
Subclasses of ExchangeResult in org.springframework.test.web.reactive.serverModifier and TypeClassDescriptionclassExchangeResultsub-class that exposes the response body fully extracted to a representation of type<T>.classExchangeResultvariant with the response body decoded asFlux<T>but not yet consumed.Constructors in org.springframework.test.web.reactive.server with parameters of type ExchangeResultModifierConstructorDescriptionCookieAssertions(ExchangeResult exchangeResult, WebTestClient.ResponseSpec responseSpec) -
Uses of ExchangeResult in org.springframework.test.web.servlet.client
Methods in org.springframework.test.web.servlet.client with parameters of type ExchangeResultModifier and TypeMethodDescriptionstatic ResultActionsMockMvcWebTestClient.resultActionsFor(ExchangeResult exchangeResult) This method can be used to apply further assertions on a givenExchangeResultbased the state of the server response.