Groovy Documentation

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

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

class AntTestNGExecute
extends java.lang.Object

author:
Tom Eyckmans


Property Summary
static java.lang.String TESTNG_JARS_PATH

 
Constructor Summary
AntTestNGExecute()

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

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, 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.util.List classPath, java.io.File testResultsDir, java.io.File testReportDir, java.util.Collection includes, java.util.Collection excludes, TestNGOptions options, groovy.util.AntBuilder ant, boolean testReport)


 

Groovy Documentation