TestApplicationCall
class TestApplicationCall(application: <ERROR CLASS>, readResponse: Boolean, closeRequest: Boolean, coroutineContext: CoroutineContext) : CoroutineScope
Content copied to clipboard
A test application call that is used in withTestApplication and handleRequest.
Constructors
Link copied to clipboard
fun TestApplicationCall(application: <ERROR CLASS>, readResponse: Boolean = false, closeRequest: Boolean = true, coroutineContext: CoroutineContext)
Content copied to clipboard