An aggregator for one or more individual JUnit test reports.
| Type | Name and description |
|---|---|
void |
aggregate(java.io.File pDirectory, java.lang.String pFileNamePattern)Aggregate all JUnit report files in a directory and add the result to this instance. |
void |
writeXmlFile(java.io.File pFile)Write this aggregation to an XML file. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Aggregate all JUnit report files in a directory and add the result to this instance.
pDirectory - The directory to look for JUnit reports in.pFileNamePattern - A regular expression with the pattern the report files' names must
match.Write this aggregation to an XML file.
pFile - The file to write to.