ktor
2.2.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
ktor-server-test-suites
/
io.ktor.server.testing.suites
/
ConnectionTestSuite
Connection
Test
Suite
jvm
abstract
class
ConnectionTestSuite
(
val
engine
:
ApplicationEngineFactory
<
*
,
*
>
)
Constructors
Functions
Properties
Constructors
Connection
Test
Suite
Link copied to clipboard
jvm
fun
ConnectionTestSuite
(
engine
:
ApplicationEngineFactory
<
*
,
*
>
)
Functions
test
Network
Addresses
Link copied to clipboard
jvm
fun
testNetworkAddresses
(
)
test
Server
Ready
Event
Link copied to clipboard
jvm
fun
testServerReadyEvent
(
)
Properties
engine
Link copied to clipboard
jvm
val
engine
:
ApplicationEngineFactory
<
*
,
*
>