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 197734

Summary: Modify J2SEProject build scripts to use TestNG if available
Product: java Reporter: Jaroslav Tulach <jtulach>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gtzabari, jungi, mmirilovic
Priority: P3 Keywords: PLAN
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: Bundled Hg repository with sample project

Description Jaroslav Tulach 2011-04-14 10:14:28 UTC
Created attachment 107748 [details]
Bundled Hg repository with sample project

I am experimenting with TestNG and I'd like to use the TestNG's Ant task to run the tests (both JUnit as well as TestNG) if testng.jar is on classpath.

I guess it can be done with small conditional check in build-impl.xml. I am going to attach my sample project (use "hg unbundle project.hg" to get it). The following changeset contains the actual change in the build-impl.xml.

changeset:   2:0e853fceeda0
user:        Jaroslav Tulach <jtulach@netbeans.org>
date:        Thu Apr 14 12:07:34 2011 +0200
summary:     Run with TestNG Ant task if it is available

Not everything is working yet: I cannot execute both JUnit and TestNG tests at once. The Test Results window does not show anything yet.
Comment 1 Jaroslav Tulach 2012-02-24 10:58:39 UTC
After the recent work by Lukáš Jungmann the dual mode execution should not be a problem anymore: http://wiki.apidesign.org/wiki/TestNG

Also other Lukáš's work could solve the issue with results window.
Comment 2 Lukas Jungmann 2012-03-01 11:32:20 UTC
isn't this a duplicate of issue #208873? Possible patch is already attached there, so I think this can be resolved/closed.
Comment 3 Tomas Zezula 2012-03-01 12:06:53 UTC

*** This bug has been marked as a duplicate of bug 208873 ***