11 lines
114 B
Kotlin
Vendored
11 lines
114 B
Kotlin
Vendored
import org.junit.Test
|
|
|
|
class MyKotlinTest {
|
|
@Test
|
|
fun testA() {
|
|
}
|
|
|
|
@Test
|
|
fun testB() {
|
|
}
|
|
} |