Groovy Documentation

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

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

class AntJUnitExecute
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
AntJUnitExecute()

 
Method Summary
void execute(java.io.File compiledTestsClassesDir, java.util.List 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
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

AntJUnitExecute

AntJUnitExecute()


 
Method Detail

execute

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


 

Groovy Documentation