[GRADLE-775] Make TestListener work for TestNG Created: 09/Dec/09  Updated: 04/Jan/13  Resolved: 24/Nov/10

Status: Resolved
Project: Gradle
Affects Version/s: 0.9
Fix Version/s: 0.9-rc-1

Type: Improvement
Reporter: John Murph Assignee: Adam Murdoch
Resolution: Fixed Votes: 0


 Description   

During 0.9 support was added for TestListeners. These can listen to test execution events and are intended to be test framework agnostic. However, TestNG support was not finished because it would require that Gradle have a compile-time dependency on TestNG. This causes Gradle to be restricted to that version of TestNG for projects, and we did not want the restriction.

We need to figure out some way to compile against TestNG without limiting what version of TestNG a project can use for running it's tests. (There is a similar issue for JUnit, but Gradle has long had a compile-time dependence on it).



 Comments   
Comment by Adam Murdoch [ 21/Feb/10 ]

Implemented as part of GRADLE-800

Generated at Wed Jun 30 11:38:35 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.