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

Link copied to clipboard
fun asyncNotStarted()
Link copied to clipboard
fun asyncResult(expectedResult: Any?)
fun <T> asyncResult(matcher: Matcher<T>)
Link copied to clipboard
fun asyncStarted()
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
fun sessionAttributeDoesNotExist(vararg names: String)