Unit Test Tooling: Test navigation

#KT-6472 In Progress
This commit is contained in:
Alexey Sedunov
2015-10-07 17:25:13 +03:00
parent ad929a6577
commit ae9bd371e6
18 changed files with 346 additions and 3 deletions
@@ -0,0 +1,7 @@
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
// REF: (<root>).Foo
import junit.framework.TestCase;
public class <caret>FooTest extends TestCase {
}