Uses of Class
org.springframework.test.web.servlet.client.CookieAssertions
Packages that use CookieAssertions
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.- 
Uses of CookieAssertions in org.springframework.test.web.servlet.client
Methods in org.springframework.test.web.servlet.client that return CookieAssertionsModifier and TypeMethodDescriptionRestTestClient.ResponseSpec.expectCookie()Assertions on the cookies of the response.