RequestResultMatchersDsl

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

Author

Sebastien Deleuze

Since

5.3

Functions

Link copied to clipboard
Link copied to clipboard
fun asyncResult(expectedResult: Any?)
fun <T> asyncResult(matcher: Matcher<T>)
Link copied to clipboard
Link copied to clipboard
fun attribute(name: String, expectedValue: Any?)
fun <T> attribute(name: String, matcher: Matcher<T>)
Link copied to clipboard
fun sessionAttribute(name: String, expectedValue: Any?)
fun <T> sessionAttribute(name: String, matcher: Matcher<T>)
Link copied to clipboard