Uses of Class
org.springframework.test.web.reactive.server.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
Modifier and TypeClassDescriptionclass
ExchangeResult
sub-class that exposes the response body fully extracted to a representation of type<T>
.class
ExchangeResult
variant with the response body decoded asFlux<T>
but not yet consumed.ModifierConstructorDescriptionCookieAssertions
(ExchangeResult exchangeResult, WebTestClient.ResponseSpec responseSpec) -
Uses of ExchangeResult in org.springframework.test.web.servlet.client
Modifier and TypeMethodDescriptionstatic ResultActions
MockMvcWebTestClient.resultActionsFor
(ExchangeResult exchangeResult) This method can be used to apply further assertions on a givenExchangeResult
based the state of the server response.