Unit Test Tooling: Support Go to Test/Create Test actions for top-level declarations

#KT-10133 Fixed
This commit is contained in:
Alexey Sedunov
2015-12-01 22:22:35 +03:00
parent ecac0f177b
commit 8fcda32287
18 changed files with 165 additions and 28 deletions
@@ -0,0 +1,9 @@
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
// REF: (<root>).Foo
// REF: /src.fromJavaTestToKotlinFile.kt
// REF: /src.fromJavaTestToKotlinFile.2.kt
import junit.framework.TestCase;
public class <caret>FooUtilsTest extends TestCase {
}