ClientLoader
abstract expect class ClientLoader
Helper interface to test client.
Constructors
ClientLoader(timeoutSeconds: Int = 60) Helper interface to test client. |
Properties
lateinit var engine: HttpClientEngineContainer |
|
open val timeout: CoroutinesTimeout |
Functions
fun clientTests( Perform test against all clients from dependencies. |
|
fun dumpCoroutines(): Unit Print coroutines in debug mode. |
|
fun waitForAllCoroutines(): Unit Issues to fix before unlock: |
Companion Object Functions
fun engines(): List<HttpClientEngineContainer> |
Inheritors
class BuildersTest : ClientLoader |