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 53447 - test package for web projects
Summary: test package for web projects
Status: RESOLVED DUPLICATE of bug 47540
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-14 21:01 UTC by ghyde
Modified: 2005-01-21 09:42 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 ghyde 2005-01-14 21:01:37 UTC
Not sure exactly what project to put this under,
sorry. Would it possible to have a test section
for web projects like java projects. Most web
projects are build using components that can be
used outside of the webapp and are called from web
components and as such it would nice to be able to
test them outside the webapp. Currenty to do this
I have to create another project that uses the
test directory from my webapp project and addes
the classes directory of the webapp for the tests.
Although this works somewhat (I'm still having
some problems with finding file resources from the
classpath) it would be much easier if I could just
 have a test section like there is for java
applications. Especially in this day and age of
servlet development where almost anything busines
logic relates is not in any kind of web component.
It would make things much easier to test.
Comment 1 Milan Kubec 2005-01-21 09:22:03 UTC
Seems to me more as enhancement, reassigning for evaluation.
Comment 2 zikmund 2005-01-21 09:38:56 UTC
JUnit support in Web projects was already implemented in 4.1.

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