Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 328268

Summary: [JUnit][navigation] Add 'jump to Test' functionality
Product: [Eclipse Project] JDT Reporter: Alex Blewitt <alex.blewitt>
Component: UIAssignee: 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:

Description Alex Blewitt CLA 2010-10-20 12:51:13 EDT
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