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