DefaultKtorTestApplication

Implementation of KtorTestApplication for the null app name that applies defaults for the Ktor client.

Constructors

Link copied to clipboard
constructor(scope: InjectionScope)

Properties

Link copied to clipboard

The name of the KtorApplication this instance is for.

Link copied to clipboard
open override val client: HttpClient

Functions

Link copied to clipboard

A function called for every created client for the application.

Link copied to clipboard
open override fun createClient(block: HttpClientConfig<out HttpClientEngineConfig>.() -> Unit): HttpClient
Link copied to clipboard
open suspend override fun start()
Link copied to clipboard
open suspend override fun stop()