spring-framework / org.springframework.test.web.servlet.result / CookieResultMatchers / value

value

open fun value(name: String, matcher: Matcher<in String>): ResultMatcher

Assert a cookie value with the given Hamcrest Matcher.

open fun value(name: String, expectedValue: String): ResultMatcher

Assert a cookie value.