Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val testLog: Logger
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val timeout: Duration

Functions

Link copied to clipboard
open override fun afterTest()
Link copied to clipboard
open override fun beforeTest()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun runTest(timeout: Duration, block: suspend CoroutineScope.() -> Unit): TestResult
Link copied to clipboard
fun setUp(testInfo: TestInfo)
Link copied to clipboard
Link copied to clipboard
@Test
fun test404()
Link copied to clipboard
@Test
fun testHttpUpgrade()
Link copied to clipboard
@Test
fun testLongResponse()
Link copied to clipboard
@Test
fun testRespondWrite()