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 130605 - Please support TestNG
Summary: Please support TestNG
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on: 207886
Blocks:
  Show dependency tree
 
Reported: 2008-03-20 04:37 UTC by tetsu
Modified: 2012-01-29 22:36 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 tetsu 2008-03-20 04:37:40 UTC
As a unit test solution, JUnit has been a long time. Writing tests for today's complex environment has become an 
increasingly difficult task, but both JUnit 3 and 4 cannnot help developer as much as they did before. So why don't 
intergrate TestNG into Netbeans? 
Some expected functions:
1. Can select test framwork. User can choose which test framework to use.
2. Can coexist with JUnit. In a project, different test classes can coexist.
3. Provide converter that can convert JUnit 3/4 test classes into TestNG automatically.
4. Provide coverage function.
Comment 1 Lukas Jungmann 2008-08-01 14:12:36 UTC
see also issue 121395
Comment 2 llappall 2008-10-30 19:22:33 UTC
My company uses testng exclusively, along with Eclipse. I've been a Netbeans advocate for a while now, but I have a hard
time swaying votes because of the lack of testng support. Help me evangelize! Give us TestNG support!

Thanks
Comment 3 Lukas Jungmann 2008-11-26 14:55:52 UTC
=> contrib/testng
Comment 4 ballbreaker 2010-08-26 09:09:21 UTC
that is really important feature.
Comment 5 lvskiprof 2011-05-10 20:28:28 UTC
Is this an abandoned bug?  The TestNG is hard to find on the site, sort of seems to work, but the library is not added to the list of libraries when you install it.  What needs to be done to get this finished for Netbeans 7.x?
Comment 6 Lukas Jungmann 2011-05-16 14:20:09 UTC
some basic support is already available at plugin portal
Comment 7 Lukas Jungmann 2011-05-16 14:20:26 UTC
f.
Comment 8 _ gtzabari 2012-01-29 19:56:10 UTC
I believe this issue should be reopened. TestNG is completely unusable under Netbeans 7.1 Ant projects. See bug 207886.

It's not clear what you mean by "basic support is already available". What is supposed to be working exactly?
Comment 9 Lukas Jungmann 2012-01-29 22:36:41 UTC
(6.1 != 7.1) => it is not guaranteed that plugin for 6.1 will work w/o any issues and fixes in 7.1.

Be aware that this plugin is not part of NB distro and therefore it is really hard to release it at the same time as the NB release... update for 7.1 is pending or use development update center if you need up-to-date version of the plugin, you may only have to use trunk instead of 7.1 for now