class TestApplicationCall : BaseApplicationCall, CoroutineScope
Represents a test application call that is used in withTestApplication and handleRequest
TestApplicationCall(application: Application, readResponse: Boolean = false, closeRequest: Boolean = true, coroutineContext: <ERROR CLASS>)
Represents a test application call that is used in withTestApplication and handleRequest |
val coroutineContext: <ERROR CLASS> |
|
val request: TestApplicationRequest |
|
var requestHandled: Boolean
Set to |
|
val response: TestApplicationResponse |
fun toString(): String |