TestApplicationCall
class TestApplicationCall(application: Application, readResponse: Boolean = false, closeRequest: Boolean = true, val coroutineContext: CoroutineContext) : BaseApplicationCall, CoroutineScope
A test application call that is used in withTestApplication and handleRequest.
Constructors
Link copied to clipboard
constructor(application: Application, readResponse: Boolean = false, closeRequest: Boolean = true, coroutineContext: CoroutineContext)