abstract class HttpClientTest : TestWithKtor
HttpClientTest(factory: HttpClientEngineFactory<*>) |
open val server: ApplicationEngine |
val serverPort: Int |
|
val testUrl: String |
|
open val timeout: CoroutinesTimeout |
fun configCopiesOldFeaturesAndInterceptors(): Unit |
|
fun testErrorInWritingPropagates(): <ERROR CLASS> |
|
fun testWithNoParentJob(): Unit |
fun startServer(): Unit |
|
fun stopServer(): Unit |