|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.builder.AntJunitTestReportCollector
public class AntJunitTestReportCollector
This class obtains the test results from a directory containing Junit test result file.
| Constructor Summary | |
|---|---|
AntJunitTestReportCollector(File testResultsFile,
AntXmlTestResultsParser parser)
|
|
| Method Summary | |
|---|---|
void |
collect()
Collect all the results from all the xml test files. |
List |
getFailedTestResults()
Get all the unit TestResults that have failed. |
int |
getNumberOfTestFilesProcessed()
How many unit test files have I processed? |
List |
getSuccessfulTestResults()
Get all the unit TestResults that have passed without error. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AntJunitTestReportCollector(File testResultsFile,
AntXmlTestResultsParser parser)
| Method Detail |
|---|
public void collect()
collect in interface TestReportCollectorpublic int getNumberOfTestFilesProcessed()
getNumberOfTestFilesProcessed in interface TestReportCollectorpublic List getSuccessfulTestResults()
TestResults that have passed without error.
getSuccessfulTestResults in interface TestReportCollectorTestResultspublic List getFailedTestResults()
TestResults that have failed.
getFailedTestResults in interface TestReportCollectorTestResults
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||