Groovy Documentation

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

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

class AntJUnitReport
extends java.lang.Object

author:
Tom Eyckmans


Constructor Summary
AntJUnitReport()

 
Method Summary
void execute(java.io.File testResultsDir, java.io.File testReportDir, groovy.util.AntBuilder ant)

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

Constructor Detail

AntJUnitReport

AntJUnitReport()


 
Method Detail

execute

void execute(java.io.File testResultsDir, java.io.File testReportDir, groovy.util.AntBuilder ant)


 

Groovy Documentation