ktor-client-tests / io.ktor.client.tests / BuildersTest

BuildersTest

class BuildersTest : ClientLoader

Constructors

<init>

BuildersTest()

Inherited Properties

engine

lateinit var engine: HttpClientEngineContainer

timeout

open val timeout: CoroutinesTimeout

Functions

getEmptyResponseTest

fun getEmptyResponseTest(): Unit

testDefaultRequest

fun testDefaultRequest(): Unit

testNotFound

fun testNotFound(): Unit

Inherited Functions

clientTests

fun clientTests(skipEngines: List<String> = emptyList(), block: suspend TestClientBuilder<HttpClientEngineConfig>.() -> Unit): Unit

Perform test against all clients from dependencies.

dumpCoroutines

fun dumpCoroutines(): Unit

Print coroutines in debug mode.

waitForAllCoroutines

fun waitForAllCoroutines(): Unit

Issues to fix before unlock: