Hexa
11/19/2019, 6:33 PM@Test
fun testRoot() {
withTestApplication({ configure() }) {
handleRequest(HttpMethod.Get, "/test").apply {
assertEquals(HttpStatusCode.OK, response.status())
//assertEquals("HELLO WORLD!", response.content)
}
}
}