-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Dear Sir
very thx your post https://medium.com/@math21/testing-a-ktor-server-part-i-route-testing-84f8e82454d7 & demo
i have QA
as the code
Line 30 in 06568a6
| embeddedServer(Netty, port = config.port) { |
i can start a ktor server at normal mode ( src)
i look the test sourceSet
you craete a test demo
KtorEasy/test/ApplicationTest.kt
Line 10 in 06568a6
| class ApplicationTest { |
if i export " embeddedServer(Netty, port = config.port) {...}" as a class (Yes i want run ktor serve at Andorid or other JVM like)
how let us test this class at Test mode ? or how start embeddedServer at Test ?
THX
Metadata
Metadata
Assignees
Labels
No labels