|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.build.test.TestCollectionResultImpl
TestCollectionResultBuilder
to construct instances of TestCollectionResult
@Deprecated public final class TestCollectionResultImpl
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 |
---|
public TestCollectionResultImpl(java.util.List<TestResults> successfulTestResults, java.util.List<TestResults> failingTestResults, java.util.List<TestResults> skippedTestResults)
Method Detail |
---|
public java.util.List<TestResults> getSuccessfulTestResults()
TestCollectionResult
TestResults
that have passed without error.
getSuccessfulTestResults
in interface TestCollectionResult
TestResults
public java.util.List<TestResults> getFailedTestResults()
TestCollectionResult
TestResults
that have failed.
getFailedTestResults
in interface TestCollectionResult
TestResults
public java.util.List<TestResults> getSkippedTestResults()
TestCollectionResult
TestResults
that have been skipped (or inconclusive).
getSkippedTestResults
in interface TestCollectionResult
TestResults
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |