ClientEngineTest

Constructors

Link copied to clipboard
constructor(factory: HttpClientEngineFactory<T>)

Functions

Link copied to clipboard
fun testClient(timeout: Duration = 1.minutes, retries: Int = DEFAULT_RETRIES, test: suspend TestClientBuilder<T>.() -> Unit): TestResult

Perform test against the client specified in the test constructor.