Constructors

Link copied to clipboard
constructor(hostFactory: ApplicationEngineFactory<TEngine, TConfiguration>)

Properties

Link copied to clipboard
expect open override val coroutineContext: CoroutineContext
Link copied to clipboard
open override val timeout: Duration

Functions

Link copied to clipboard
Link copied to clipboard
expect fun runTest(block: suspend CoroutineScope.() -> Unit): TestResult
Link copied to clipboard
fun testALotOfFrames(): TestResult
Link copied to clipboard
fun testBigFrame(): TestResult
Link copied to clipboard
open fun testClientClosingFirst(): TestResult
Link copied to clipboard
open fun testConnectionWithContentType(): TestResult
Link copied to clipboard
Link copied to clipboard
fun testProduceMessages(): TestResult
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun testReceiveMessages(): TestResult
Link copied to clipboard
fun testServerClosingFirst(): TestResult
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun testWebSocketGenericSequence(): TestResult
Link copied to clipboard
fun testWebSocketPingPong(): TestResult