mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
11 lines
410 B
Plaintext
Vendored
11 lines
410 B
Plaintext
Vendored
import org.junit.runners.Parameterized
|
|
|
|
// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$Data
|
|
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
|
// TEST_FRAMEWORK: JUnit4
|
|
class A {
|
|
@Parameterized.Parameters
|
|
fun data(): Collection<Array<Any>> {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
}
|
|
} |