FlashAttributeResultMatchersDsl

Provide a FlashAttributeResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Author

Sebastien Deleuze

Since

5.3

Functions

Link copied to clipboard
fun attribute(name: String, value: Any?)
fun <T> attribute(name: String, matcher: Matcher<T>)
Link copied to clipboard
fun attributeCount(count: Int)
Link copied to clipboard
fun attributeExists(vararg name: String)