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 192358 - [70cat][junit] Ability to generate JUnit tests for classes in a separate project.
Summary: [70cat][junit] Ability to generate JUnit tests for classes in a separate proj...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-23 17:50 UTC by esmithbss
Modified: 2011-11-04 12:09 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 esmithbss 2010-11-23 17:50:12 UTC
Product Version = NetBeans IDE Dev (Build 201011230001)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) Client VM 16.3-b01

It is not an uncommon situation to have test classes and test suites placed in a separate jar file from the actual code being tested.  At present, the IDE is not providing a mechanism to enable this.  At present, the JUnit generation is restricted to the same project and not to associated projects.

The IDE should provide a mechanism for generating JUnit classes for classes in associated projects.