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.-
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.