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.