org.objectweb.util.ant
Class JUnitTestReportAggregator
MatchingTask
org.objectweb.util.ant.JUnitTestReportAggregator
public class JUnitTestReportAggregator
extends MatchingTask
This task aggregate JUnit reports by creating an index.html page referencing
existing JUnit reports. In addition it computes statistics of these sub
JUnit reports.
- P.Dechamboux
- S.Chassande-Barrioz
void | execute() - execute method of the Ant task
|
String | getcommonTest()
|
void | setcommonTest(String commonTest)
|
void | setdestdir(File d) - It assigns the directory name where the report files are going to be
produced.
|
void | setsrcdir(File d) - It assigns the directory name where the include and exclude clause has
been based.
|
execute
public void execute()
throws BuildException
execute method of the Ant task
getcommonTest
public String getcommonTest()
setcommonTest
public void setcommonTest(String commonTest)
setdestdir
public void setdestdir(File d)
It assigns the directory name where the report files are going to be
produced. Default value is the srcdir
setsrcdir
public void setsrcdir(File d)
It assigns the directory name where the include and exclude clause has
been based. (REQUIRED)