com.atlassian.bamboo.build.test
Interface TestCollectionResult

All Known Implementing Classes:
TestCollectionResultImpl

public interface TestCollectionResult

Holds the successful and failed TestResults after calling TestReportCollector.collect(File)


Method Summary
 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

getSuccessfulTestResults

java.util.List<TestResults> getSuccessfulTestResults()
Get all the unit TestResults that have passed without error.

Returns:
The collection of successful TestResults

getFailedTestResults

java.util.List<TestResults> getFailedTestResults()
Get all the unit TestResults that have failed.

Returns:
The collection of failed TestResults


Copyright © 2011 Atlassian. All Rights Reserved.