testClient

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.

Report a problem