ClientLoader
Helper interface to test client.
Helper interface to test client.
Helper interface to test client.
Helper interface to test client.
Helper interface to test client.
Constructors
Functions
Link copied to clipboard
expect fun clientTests(skipEngines: List<String> = emptyList(), onlyWithEngine: String? = null, block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): TestResult
Perform test against all clients from dependencies.
actual fun clientTests(skipEngines: List<String>, onlyWithEngine: String?, block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): TestResult
Perform test against all clients from dependencies.
actual fun clientTests(skipEngines: List<String>, onlyWithEngine: String?, block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): TestResult
Perform test against all clients from dependencies.
actual fun clientTests(skipEngines: List<String>, onlyWithEngine: String?, block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): TestResult
Perform test against all clients from dependencies.
Link copied to clipboard
Print coroutines in debug mode.
Link copied to clipboard
fun shouldSkip(engine: HttpClientEngineContainer, skipEngines: List<String>, onlyWithEngine: String?): Boolean
Link copied to clipboard
Issues to fix before unlock: