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

comment

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

Assert a cookie's comment with a Hamcrest Matcher.

open fun comment(name: String, comment: String): ResultMatcher

Assert a cookie's comment value.