Uses of Interface
org.springframework.test.web.servlet.client.assertj.RestTestClientResponse
Packages that use RestTestClientResponse
Package
Description
AssertJ support for RestTestClient.
-
Uses of RestTestClientResponse in org.springframework.test.web.servlet.client.assertj
Subclasses with type arguments of type RestTestClientResponse in org.springframework.test.web.servlet.client.assertjModifier and TypeClassDescriptionclassAssertJ assertions for the result from aRestTestClientexchange.Methods in org.springframework.test.web.servlet.client.assertj that return RestTestClientResponseModifier and TypeMethodDescriptionstatic RestTestClientResponseRestTestClientResponse.from(ExchangeResult result) Create an instance from anExchangeResult.static RestTestClientResponseRestTestClientResponse.from(RestTestClient.ResponseSpec spec) Create an instance from aRestTestClient.ResponseSpec.