TestClientBuilder

fun <T : HttpClientEngineConfig> TestClientBuilder(config: HttpClientConfig<T>.() -> Unit = {}, test: suspend TestInfo.(client: HttpClient) -> Unit = {}, after: suspend (client: HttpClient) -> Unit = {}, repeatCount: Int = 1, dumpAfterDelay: Long = -1, concurrency: Int = 1)