TestWithKtor

@CoroutinesTimeout(testTimeoutMs = 300000)
abstract class TestWithKtor

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val server: EmbeddedServer<*, *>

Functions

Link copied to clipboard
@BeforeEach
fun startServer()
Link copied to clipboard
@AfterEach
fun stopServer()