Files
kotlin-fork/idea/testData/runConfigurations/junit/Simple/module/test/MyKotlinTest.kt
T

11 lines
114 B
Kotlin
Vendored

import org.junit.Test
class MyKotlinTest {
@Test
fun testA() {
}
@Test
fun testB() {
}
}