mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
10 lines
358 B
Plaintext
Vendored
10 lines
358 B
Plaintext
Vendored
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Test
|
|
// CONFIGURE_LIBRARY: TestNG@plugins/testng/lib/testng.jar
|
|
import org.testng.annotations.Test
|
|
|
|
@Test class A {
|
|
@Test
|
|
fun testName() {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
}
|
|
} |