Bug 308727 - [JUnit] Update TestRunnerViewPart incrementally
Summary: [JUnit] Update TestRunnerViewPart incrementally
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-10 11:03 EDT by Ralf Ebert CLA
Modified: 2010-04-12 08:21 EDT (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 Ralf Ebert CLA 2010-04-10 11:03:55 EDT
Steps to reproduce:
- Execute a large JUnit test suite, some tests fail.
- Repeatedly re-run one test by right-click, Run/Debug, work till the test is fixed.
- The results of the first, complete first test run are gone and you have to execute the full suite again to go to the other failures.

Expected:
- When running test suites partially, the result tree could be updated instead of being replaced. So you could process all failures and run the full suite again when finished.
Comment 1 Markus Keller CLA 2010-04-12 08:21:30 EDT
I know it's not exactly what you asked for, but this might help in some cases:

- in the JUnit launch configuration, select "Keep JUnit running after a test run while debugging" 
- launch the test using Debug
- fix a failed test
=> as long as hot code replace works, you can re-run individual tests in the original test run