|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestReportCollector
Collects a builds test results.
Method Summary | |
---|---|
void |
collect()
Collect all the results for a specific build. |
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. |
Method Detail |
---|
void collect()
int getNumberOfTestFilesProcessed()
List getSuccessfulTestResults()
TestResults
that have passed without error.
TestResults
List getFailedTestResults()
TestResults
that have failed.
TestResults
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |