TestApplication

fun TestApplication(block: TestApplicationBuilder.() -> Unit): TestApplication

Creates an instance of TestApplication configured with the builder block. Make sure to call TestApplication.stop after your tests.

See also