class RequestResultMatchersDsl
Provide a RequestResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
Author
Sebastien Deleuze
Since
5.3
asyncNotStarted |
fun asyncNotStarted(): Unit |
asyncResult |
fun <T> asyncResult(matcher: Matcher<T>): Unitfun asyncResult(expectedResult: Any?): Unit |
asyncStarted |
fun asyncStarted(): Unit |
attribute |
fun <T> attribute(name: String, matcher: Matcher<T>): Unitfun attribute(name: String, expectedValue: Any?): Unit |
sessionAttribute |
fun <T> sessionAttribute(name: String, matcher: Matcher<T>): Unitfun sessionAttribute(name: String, expectedValue: Any?): Unit |
sessionAttributeDoesNotExist |
fun sessionAttributeDoesNotExist(vararg names: String): Unit |