abstract class BuildersTest : TestWithKtor
BuildersTest(factory: HttpClientEngineFactory<*>) |
val factory: HttpClientEngineFactory<*> |
|
open val server: ApplicationEngine |
val serverPort: Int |
|
open val timeout: CoroutinesTimeout |
fun getEmptyResponseTest(): Unit |
|
fun testDefaultRequest(): Unit |
|
fun testNotFound(): Unit |
fun startServer(): Unit |
|
fun stopServer(): Unit |