testWithEngine
fun testWithEngine(engine: HttpClientEngine, block: suspend TestClientBuilder<*>.() -> Unit)
Content copied to clipboard
Perform test with selected client engine.
fun <T : HttpClientEngineConfig> testWithEngine(factory: HttpClientEngineFactory<T>, loader: ClientLoader? = null, block: suspend TestClientBuilder<T>.() -> Unit)
Content copied to clipboard
Perform test with selected client engine factory.