| Summary: | [JUnit][navigation] Add 'jump to Test' functionality | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Alex Blewitt <alex.blewitt> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | ASSIGNED --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P4 | CC: | markus.kell.r |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Build Identifier: 3.7 Sometimes you're in a class which has a corresponding test case, and they're in the same package but different source folders. Instead of having to jump to navigate, it would be great if an indicator popped up (say, in the editor) which you could click to jump to the corresponding Test case (and vice versa). The lookup could use {class}Test or Test{class}, and if it finds only one in the current project which matches then open that in the editor. Reproducible: Always Steps to Reproduce: N/A