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

maxAge

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

Assert a cookie's maxAge with a Hamcrest Matcher.

open fun maxAge(name: String, maxAge: Int): ResultMatcher

Assert a cookie's maxAge value.