Class CookieResultMatchers

java.lang.Object
org.springframework.test.web.servlet.result.CookieResultMatchers

public class CookieResultMatchers extends Object
Factory for response cookie assertions.

An instance of this class is typically accessed via MockMvcResultMatchers.cookie().

Since:
3.2
Author:
Rossen Stoyanchev, Thomas Bruyelle