ClientLoader
abstract expect class ClientLoader
Helper interface to test client.
Constructors
ClientLoader() 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. |
Companion Object Functions
fun engines(): List<HttpClientEngineContainer> |