Bug 383124 - [JUnit] provide reload / refresh button in JUnit View
Summary: [JUnit] provide reload / refresh button in JUnit View
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P3 enhancement with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 12:02 EDT by Jörg von Frantzius CLA
Modified: 2012-09-05 23:58 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jörg von Frantzius CLA 2012-06-20 12:02:45 EDT
Build Identifier: 

When the JUnit View is loaded from an XML file, there is now way of refreshing it directly once the XML got updated in the filesystem. This requires navigating to the file, right-click "Refresh" and once more "Open With" / "JUnit View".

That's very cumbersome when JUnit tests are run outside of Eclipse, e.g. via Maven.

The reload button should probably only be enabled when the view had been loaded from an XML file.

Reproducible: Always
Comment 1 Markus Keller CLA 2012-06-20 13:08:47 EDT
We could also do it via "File > Refresh" and/or in a new context menu action "Reload Imported Test File".

Currently, an imported TestRunSession doesn't know where it's coming from, so that information would have to be saved during the import.