ClientLoader

expect abstract class ClientLoader(timeoutSeconds: Int = 60)

Helper interface to test client.

actual abstract class ClientLoader(timeoutSeconds: Int)

Helper interface to test client.

actual abstract class ClientLoader(val timeoutSeconds: Int)

Helper interface to test client.

actual abstract class ClientLoader(timeoutSeconds: Int)

Helper interface to test client.

actual abstract class ClientLoader(timeoutSeconds: Int)

Helper interface to test client.

Constructors

Link copied to clipboard
expect constructor(timeoutSeconds: Int = 60)
actual constructor(timeoutSeconds: Int)
actual constructor(timeoutSeconds: Int)
actual constructor(timeoutSeconds: Int)
actual constructor(timeoutSeconds: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
expect fun clientTests(skipEngines: List<String> = emptyList(), onlyWithEngine: String? = null, block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): TestResult

Perform test against all clients from dependencies.

actual fun clientTests(skipEngines: List<String>, onlyWithEngine: String?, block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): TestResult

Perform test against all clients from dependencies.

actual fun clientTests(skipEngines: List<String>, onlyWithEngine: String?, block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): TestResult

Perform test against all clients from dependencies.

actual fun clientTests(skipEngines: List<String>, onlyWithEngine: String?, block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): TestResult

Perform test against all clients from dependencies.

actual fun clientTests(skipEngines: List<String>, onlyWithEngine: String?, block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): TestResult

Perform test against all clients from dependencies.

Link copied to clipboard
expect fun dumpCoroutines()

Print coroutines in debug mode.

actual fun dumpCoroutines()
actual fun dumpCoroutines()
actual fun dumpCoroutines()
actual fun dumpCoroutines()
Link copied to clipboard
fun shouldSkip(engine: HttpClientEngineContainer, skipEngines: List<String>, onlyWithEngine: String?): Boolean
fun shouldSkip(engineName: String, skipEngine: String, onlyWithEngine: String?): Boolean
Link copied to clipboard

Issues to fix before unlock: