Files

9 lines
132 B
Kotlin
Vendored

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