This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123790 - IDE Should Support Re-Running a Single Failed Test like Eclipse
Summary: IDE Should Support Re-Running a Single Failed Test like Eclipse
Status: RESOLVED DUPLICATE of bug 72080
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: junit-issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-11 00:34 UTC by tomwheeler
Modified: 2008-04-17 22:19 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomwheeler 2007-12-11 00:34:03 UTC
In both NetBeans and Eclipse, you can easily run all the JUnit tests in your application.  When one of those tests fails
in Eclipse, you can simply right-click on the failed test in the results window and re-run just that single test.  That
makes it fast and easy to verify a fix.  It would be nice if NetBeans could do this as well.
Comment 1 nleck 2008-04-17 22:17:05 UTC
I think this is a duplicate of bug#72080
Comment 2 tomwheeler 2008-04-17 22:19:33 UTC
I was not able to find #72080 in a search before I created this issue, but do agree it is a duplicate and will close 
it.  Thanks for pointing it out.

*** This issue has been marked as a duplicate of 72080 ***