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