Uses of Interface
org.springframework.test.web.servlet.client.RestTestClient.ResponseSpec.ResponseSpecConsumer
Packages that use RestTestClient.ResponseSpec.ResponseSpecConsumer
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.-
Uses of RestTestClient.ResponseSpec.ResponseSpecConsumer in org.springframework.test.web.servlet.client
Methods in org.springframework.test.web.servlet.client with parameters of type RestTestClient.ResponseSpec.ResponseSpecConsumerModifier and TypeMethodDescriptionRestTestClient.ResponseSpec.expectAll(RestTestClient.ResponseSpec.ResponseSpecConsumer... consumers) Apply multiple assertions to a response with the given consumers, with the guarantee that all assertions will be applied even if one or more assertions fails with an exception.