|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ThreadSafe public interface TestReportCollector
Collects a builds test results.
Method Summary | |
---|---|
void |
collect()
Collect all the results for a specific build. |
java.util.List<TestResults> |
getFailedTestResults()
Get all the unit TestResults that have failed. |
java.util.List<TestResults> |
getSuccessfulTestResults()
Get all the unit TestResults that have passed without error. |
Method Detail |
---|
void collect() throws java.lang.Exception
java.lang.Exception
java.util.List<TestResults> getSuccessfulTestResults()
TestResults
that have passed without error.
TestResults
java.util.List<TestResults> getFailedTestResults()
TestResults
that have failed.
TestResults
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |