createCall

fun createCall(    readResponse: Boolean = false,     closeRequest: Boolean = true,     context: CoroutineContext = Dispatchers.IOBridge,     setup: TestApplicationRequest.() -> Unit): TestApplicationCall

Creates an instance of a test call but doesn't start request processing.