Manuel Lorenzo
class ApplicationKtTest { @Test fun test1() = withTestApplication({ module(testing = true) }) { with(handleRequest(HttpMethod.Get, "/")) { assertEquals(HttpStatusCode.OK, response.status()) } } }
Execution failed for task ':test'. > No tests found for given includes: [ApplicationKtTest.test1](filter.includeTestsMatching)
e5l
Spek
A modern programming language that makes developers happier.