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

path

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

Assert a cookie path with a Hamcrest Matcher.

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