toggle menu
ktor
2.3.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
jvm
switch theme
search in API
ktor-client-tests
/
io.ktor.client.tests.utils
/
TestWithKtor
Test
With
Ktor
jvm
@
CoroutinesTimeout
(
testTimeoutMs
=
300000
)
abstract
class
TestWithKtor
Inheritors
HttpClientTest
HttpsTest
Members
Constructors
Test
With
Ktor
Link copied to clipboard
jvm
constructor
(
)
Properties
server
Link copied to clipboard
jvm
abstract
val
server
:
EmbeddedServer
<
*
,
*
>
Functions
start
Server
Link copied to clipboard
jvm
@
BeforeEach
fun
startServer
(
)
stop
Server
Link copied to clipboard
jvm
@
AfterEach
fun
stopServer
(
)