Package org.codehaus.groovy.testng
Class TestNgRunner
java.lang.Object
org.apache.groovy.plugin.testng.TestNgRunner
org.codehaus.groovy.testng.TestNgRunner
- All Implemented Interfaces:
- GroovyRunner,- GroovyRunner
@Deprecated public class TestNgRunner extends TestNgRunner implements GroovyRunner
Deprecated.
Integration code for running TestNG tests in Groovy.
- 
Constructor SummaryConstructors Constructor Description TestNgRunner()Deprecated.
- 
Method SummaryMethods inherited from class org.apache.groovy.plugin.testng.TestNgRunnercanRun, runMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.groovy.plugin.GroovyRunnercanRun, run
- 
Constructor Details- 
TestNgRunnerpublic TestNgRunner()Deprecated.
 
- 
TestNgRunner