fun testWithEngine(engine: HttpClientEngine, block: suspend TestClientBuilder<*>.() -> Unit): Unit
Perform test with selected client engine.
fun <T : HttpClientEngineConfig> testWithEngine(factory: HttpClientEngineFactory<T>, block: suspend TestClientBuilder<T>.() -> Unit): Unit
Perform test with selected client engine factory.