abstract expect class ClientLoader
Helper interface to test client.
ClientLoader(timeoutSeconds: Int = 60)
Helper interface to test client. |
lateinit var engine: HttpClientEngineContainer |
|
open val timeout: CoroutinesTimeout |
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: |
fun engines(): List<HttpClientEngineContainer> |
class BuildersTest : ClientLoader |