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

BuildersTest

abstract class BuildersTest : TestWithKtor

Constructors

<init>

BuildersTest(factory: HttpClientEngineFactory<*>)

Properties

factory

val factory: HttpClientEngineFactory<*>

server

open val server: ApplicationEngine

Inherited Properties

serverPort

val serverPort: Int

timeout

open val timeout: CoroutinesTimeout

Functions

getEmptyResponseTest

fun getEmptyResponseTest(): Unit

testDefaultRequest

fun testDefaultRequest(): Unit

testNotFound

fun testNotFound(): Unit

Inherited Functions

startServer

fun startServer(): Unit

stopServer

fun stopServer(): Unit