Uses of Class
org.springframework.test.web.servlet.client.ExchangeResult
Packages that use ExchangeResult
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.AssertJ support for RestTestClient.
-
Uses of ExchangeResult in org.springframework.test.web.servlet.client
Subclasses of ExchangeResult in org.springframework.test.web.servlet.clientModifier and TypeClassDescriptionclassExchangeResultsub-class that exposes the response body fully extracted to a representation of type<T>.Subclasses with type arguments of type ExchangeResult in org.springframework.test.web.servlet.clientModifier and TypeClassDescriptionclassAssertions on cookies of the response.classAssertions on headers of the response.classAssertions on the response status.Methods in org.springframework.test.web.servlet.client that return ExchangeResultModifier and TypeMethodDescriptiondefault ExchangeResultRestTestClient.ResponseSpec.returnResult()Return anExchangeResultwith the raw content. -
Uses of ExchangeResult in org.springframework.test.web.servlet.client.assertj
Methods in org.springframework.test.web.servlet.client.assertj that return ExchangeResultModifier and TypeMethodDescriptionRestTestClientResponse.getExchangeResult()Return the underlyingExchangeResult.Methods in org.springframework.test.web.servlet.client.assertj with parameters of type ExchangeResultModifier and TypeMethodDescriptionstatic RestTestClientResponseRestTestClientResponse.from(ExchangeResult result) Create an instance from anExchangeResult.