Bug 328268 - [JUnit][navigation] Add 'jump to Test' functionality
Summary: [JUnit][navigation] Add 'jump to Test' functionality
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 12:51 EDT by Alex Blewitt CLA
Modified: 2010-11-29 11:09 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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