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 149464

Summary: CoS and testNg
Product: java Reporter: Milos Kleint <mkleint>
Component: TestNGAssignee: Lukas Jungmann <jungi>
Status: RESOLVED FIXED    
Severity: blocker CC: jlahoda
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 210293    

Description Milos Kleint 2008-10-08 09:16:53 UTC
Currently CoS and JavaRunner only support junit execution.
In Maven projects, projects would typically have either junit or testng setup for execution. Currently (in post-6.5) I
have to disable CoS for projects that have tests executed by testng.
Please add a testng-based JavaRunner configuration.
Comment 1 Lukas Jungmann 2008-10-14 12:47:36 UTC
let me check if there's something I can do in testng modules
Comment 2 Marian Petras 2008-11-26 14:21:40 UTC
Reassigned to component "contrib".
Comment 3 Lukas Jungmann 2008-11-26 15:00:02 UTC
=> testng
Comment 5 Quality Engineering 2012-04-20 10:11:06 UTC
Integrated into 'main-golden', will be available in build *201204200400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/6c6d8369b4eb
User: Lukas Jungmann <jungi@netbeans.org>
Log: BZ#149464, BZ#210293 - CoS for TestNG