8 lines
No EOL
126 B
Kotlin
8 lines
No EOL
126 B
Kotlin
package com.example
|
|
|
|
import org.testng.annotations.Test
|
|
|
|
class ExampleTest {
|
|
@Test
|
|
fun f() = println("Running test")
|
|
} |