abstract class CookiesTest : TestWithKtor
CookiesTest(factory: HttpClientEngineFactory<*>) |
open val server: ApplicationEngine |
val serverPort: Int |
|
open val timeout: CoroutinesTimeout |
fun caseSensitive(): Unit |
|
fun multipleClients(): <ERROR CLASS> |
|
fun testAccept(): Unit |
|
fun testConstant(): Unit |
|
fun testExpiration(): Unit |
|
fun testMultipleCookies(): Unit |
|
fun testPath(): Unit |
|
fun testUpdate(): Unit |
|
fun testWithLeadingDot(): Unit |
fun startServer(): Unit |
|
fun stopServer(): Unit |