RequestResultMatchersDsl

class RequestResultMatchersDsl

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

Author

Sebastien Deleuze

Since

5.3

Functions

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