In order to implement support for listening to TestNG, I will need to implement org.testng.ITestListener. This entails Gradle depending on TestNG. The positive is that TestNG would then be in the lib directory of Gradle, and would "just work" the way it does for JUnit. The downside is that I'm not sure that a different version of TestNG could be used (can a different version of JUnit be used?). What does everyone think (Tomek, I'm looking at you...)?
-- John Murph Automated Logic Research Team
