TestApplication
fun TestApplication(block: TestApplicationBuilder.() -> Unit): TestApplication
Content copied to clipboard
Creates an instance of TestApplication configured with the builder block. Make sure to call TestApplication.stop after your tests.