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

attribute

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

Assert a flash attribute's value with the given Hamcrest Matcher.

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

Assert a flash attribute's value.