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