mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
10 lines
384 B
Plaintext
Vendored
10 lines
384 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
|
|
class A {
|
|
@Parameterized.Parameters
|
|
fun data(): Collection<Array<Any>> {
|
|
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
|
}
|
|
} |