Manuel Lorenzo
08/05/2019, 8:53 AMclass ApplicationKtTest {
@Test
fun test1() = withTestApplication({ module(testing = true) }) {
with(handleRequest(HttpMethod.Get, "/")) {
assertEquals(HttpStatusCode.OK, response.status())
}
}
}
but I get Execution failed for task ':test'.
> No tests found for given includes: [ApplicationKtTest.test1](filter.includeTestsMatching)
e5l
08/05/2019, 8:54 AMManuel Lorenzo
08/05/2019, 10:03 AMSpek
framework, as I removed the gradle dependency and now it works ¯\_(ツ)_/¯