com.atlassian.bamboo.builder
Interface TestReportCollector

All Known Implementing Classes:
AntJunitTestReportCollector

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

collect

void collect()
Collect all the results for a specific build.


getNumberOfTestFilesProcessed

int getNumberOfTestFilesProcessed()
How many unit test files have I processed?

Returns:
The number of unit test files

getSuccessfulTestResults

List getSuccessfulTestResults()
Get all the unit TestResults that have passed without error.

Returns:
The collection of successful TestResults

getFailedTestResults

List getFailedTestResults()
Get all the unit TestResults that have failed.

Returns:
The collection of failed TestResults


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.