kobalt-maven-local/src/test/kotlin/com/example/MainTest.kt
2016-07-20 16:02:48 -07:00

8 lines
No EOL
126 B
Kotlin

package com.example
import org.testng.annotations.Test
class ExampleTest {
@Test
fun f() = println("Running test")
}