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

version

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

Assert a cookie's version with a Hamcrest Matcher

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

Assert a cookie's version value.