ClientLoader
Helper interface to test clients.
Functions
Link copied to clipboard
fun clientTests( rule: EngineSelectionRule = EngineSelectionRule { true }, retries: Int = 1, timeout: Duration = this.timeout, 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
Excludes the specified engines from test execution.
Link copied to clipboard