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

attribute

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

Assert a model attribute value with the given Hamcrest Matcher.

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

Assert a model attribute value.