class BuildersTest : ClientLoader
BuildersTest() |
lateinit var engine: HttpClientEngineContainer |
|
open val timeout: CoroutinesTimeout |
fun getEmptyResponseTest(): Unit |
|
fun testDefaultRequest(): Unit |
|
fun testNotFound(): Unit |
fun clientTests(skipEngines: List<String> = emptyList(), block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): Unit
Perform test against all clients from dependencies. |
|
fun dumpCoroutines(): Unit
Print coroutines in debug mode. |
|
fun waitForAllCoroutines(): Unit
Issues to fix before unlock: |