Groovy Documentation

org.gradle.api.tasks.testing.junit
Class AntJUnitExecute

java.lang.Object
  org.gradle.api.tasks.testing.junit.AntJUnitExecute

class AntJUnitExecute

author:
Hans Dockter


Constructor Summary
AntJUnitExecute()

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

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

Constructor Detail

AntJUnitExecute

AntJUnitExecute()


 
Method Detail

execute

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


 

Groovy Documentation