All Types

io.ktor.server.testing.EngineTestBase
io.ktor.server.testing.HighLoadHttpGenerator

This HTTP generator produces huge amount of requests however it doesn't validate responses and doesn't measure any time characteristics.

io.ktor.server.testing.It

it function receiver object

io.ktor.server.testing.On

on function receiver object

io.ktor.server.testing.StressSuiteRunner
io.ktor.server.testing.TestApplicationCall

Represents a test application call that is used in withTestApplication and handleRequest

io.ktor.server.testing.TestApplicationEngine

ktor test engine that provides way to simulate application calls to existing application module(s) without actual HTTP connection

io.ktor.server.testing.TestApplicationRequest

Represents a test application request

io.ktor.server.testing.TestApplicationResponse

Represents test call response received from server

io.ktor.server.testing.TestEngine

An ApplicationEngineFactory providing a CIO-based ApplicationEngine

io.ktor.server.testing.client.TestHttpClientConfig
io.ktor.server.testing.client.TestHttpClientEngine