org.objectweb.util.ant

Class 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.

Author: P.Dechamboux S.Chassande-Barrioz

Method Summary
voidexecute()
execute method of the Ant task
StringgetcommonTest()
voidsetcommonTest(String commonTest)
voidsetdestdir(File d)
It assigns the directory name where the report files are going to be produced.
voidsetsrcdir(File d)
It assigns the directory name where the include and exclude clause has been based.

Method Detail

execute

public void execute()
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

See Also: srcdir

setsrcdir

public void setsrcdir(File d)
It assigns the directory name where the include and exclude clause has been based. (REQUIRED)