import kotlin.test.* @Test fun runTest() { assertEquals(42, foo()) assertEquals(117, bar()) }