Groovy Documentation

org.gradle.api.tasks.testing.testng
Class AntTestNGExecute

java.lang.Object
  org.gradle.api.tasks.testing.testng.AntTestNGExecute

class AntTestNGExecute

author:
Tom Eyckmans


Property Summary
static java.lang.String TESTNG_JARS_PATH

 
Constructor Summary
AntTestNGExecute()

 
Method Summary
void execute(java.io.File compiledTestsClassesDir, java.lang.Iterable classPath, java.io.File testResultsDir, java.io.File testReportDir, java.util.Collection includes, java.util.Collection excludes, TestNGOptions options, groovy.util.AntBuilder ant)

 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

TESTNG_JARS_PATH

public static final java.lang.String TESTNG_JARS_PATH


 
Constructor Detail

AntTestNGExecute

AntTestNGExecute()


 
Method Detail

execute

void execute(java.io.File compiledTestsClassesDir, java.lang.Iterable classPath, java.io.File testResultsDir, java.io.File testReportDir, java.util.Collection includes, java.util.Collection excludes, TestNGOptions options, groovy.util.AntBuilder ant)


 

Groovy Documentation