class MockMvcResultHandlersDsl
Provide a MockMvcResultHandlers Kotlin DSL in order to be able to write idiomatic Kotlin code.
Author
Sebastien Deleuze
Since
5.2
MockMvcResultHandlersDsl(actions: ResultActions)
Provide a MockMvcResultHandlers Kotlin DSL in order to be able to write idiomatic Kotlin code. |
fun handle(resultHandler: ResultHandler): Unit |
|
fun log(): Unit |
|
fun print(): Unit fun print(stream: OutputStream): Unit fun print(writer: Writer): Unit |