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 71903 - JUnit GUI Support for Free Form Projects
Summary: JUnit GUI Support for Free Form Projects
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P3 blocker with 1 vote (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-26 15:29 UTC by asleson
Modified: 2011-11-04 12:08 UTC (History)
0 users

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 asleson 2006-01-26 15:29:14 UTC
Other popular IDE's (Eclipse, IDEA) allow users to simply right-click on any
class that is a JUnit TestCase or TestSuite and run the test as JUnit.  The test
is run in a nice GUI that has the traditional red/green status bar.

NetBeans appears to have similar functionality for "native" NetBeans projects
but not for free-form projects.  This is a limitation.  Yes, I know that an Ant
task can be written to run the desired tests, but it's not as convenient as
being able to click on any TestCase or TestSuite and run the test.

Maybe it would be nice to add a "JUnit" window, similar to the Projects and
Files and Runtime Window?  The JUnit window could maybe allow users to add test
classes to it, and then run tests by double-clicking and showing the results
right there in the window.