Files
kotlin/idea/testData/codeInsight/generate/testFrameworkSupport/jUnit4/setUp.kt

6 lines
194 B
Kotlin
Vendored

// ACTION_CLASS: org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$SetUp
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
// TEST_FRAMEWORK: JUnit4
class A {<caret>
}