FlashAttributeResultMatchersDsl

class FlashAttributeResultMatchersDsl

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

Author

Sebastien Deleuze

Since

5.3

Functions

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