Community
Participate
Working Groups
It will be very convenient to have an option to run JUnit tests incrementally. Now if you change some files JUnit results marked as changed, but it is difficult to say which tests were affected. Eclipse already have dependency checker used in java compiller, probably JUnit can reuse this information and rerun only affected tests. This feature, if it could be implemented may give java developer live view to the code status (of course if unit tests are fast enough and have good granularity). Another convenient feature will be an option to run selected test from JUnit view without cleaning up all test results. This will be very helpful for resolving multiple issues at the same time.
I'm not sure if first part of my description is related to UI. It seems quite fundamental issue and may require additional research.
*** This bug has been marked as a duplicate of 41651 ***
Hmm, it seems that this request were filled few days before 41651... Who was the duplicate then? :-) Anyway, I will be glad to see this functionality implemented. Thank you.