archana 0623
@Test fun testRequests() { withTestApplication({ main() }) { with(handleRequest(HttpMethod.Get, Resource.path)) { assertEquals(HttpStatusCode.OK, response.status()) } } }
A modern programming language that makes developers happier.