com.atlassian.bamboo.build.test
Class TestCollectionResultImpl

java.lang.Object
  extended by com.atlassian.bamboo.build.test.TestCollectionResultImpl
All Implemented Interfaces:
TestCollectionResult

Deprecated. since 3.2 use the TestCollectionResultBuilder to construct instances of TestCollectionResult

@Deprecated
public final class TestCollectionResultImpl
extends java.lang.Object
implements TestCollectionResult


Constructor Summary
TestCollectionResultImpl(java.util.List<TestResults> successfulTestResults, java.util.List<TestResults> failingTestResults, java.util.List<TestResults> skippedTestResults)
          Deprecated.  
 
Method Summary
 java.util.List<TestResults> getFailedTestResults()
          Deprecated. Get all the unit TestResults that have failed.
 java.util.List<TestResults> getSkippedTestResults()
          Deprecated. Get all the unit TestResults that have been skipped (or inconclusive).
 java.util.List<TestResults> getSuccessfulTestResults()
          Deprecated. 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

TestCollectionResultImpl

public TestCollectionResultImpl(java.util.List<TestResults> successfulTestResults,
                                java.util.List<TestResults> failingTestResults,
                                java.util.List<TestResults> skippedTestResults)
Deprecated. 
Method Detail

getSuccessfulTestResults

public java.util.List<TestResults> getSuccessfulTestResults()
Deprecated. 
Description copied from interface: TestCollectionResult
Get all the unit TestResults that have passed without error.

Specified by:
getSuccessfulTestResults in interface TestCollectionResult
Returns:
The collection of successful TestResults

getFailedTestResults

public java.util.List<TestResults> getFailedTestResults()
Deprecated. 
Description copied from interface: TestCollectionResult
Get all the unit TestResults that have failed.

Specified by:
getFailedTestResults in interface TestCollectionResult
Returns:
The collection of failed TestResults

getSkippedTestResults

public java.util.List<TestResults> getSkippedTestResults()
Deprecated. 
Description copied from interface: TestCollectionResult
Get all the unit TestResults that have been skipped (or inconclusive).

Specified by:
getSkippedTestResults in interface TestCollectionResult
Returns:
The collection of failed TestResults


Copyright © 2012 Atlassian. All Rights Reserved.