spring-framework / org.springframework.test.web.servlet.result / RequestResultMatchers / attribute

attribute

open fun <T : Any> attribute(name: String, matcher: Matcher<T>): ResultMatcher

Assert a request attribute value with the given Hamcrest Matcher.

open fun <T : Any> attribute(name: String, expectedValue: Any): ResultMatcher

Assert a request attribute value.