com.atlassian.bamboo.results.tests
Class TestResultsSummaryImpl
java.lang.Object
com.atlassian.bamboo.results.tests.TestResultsSummaryImpl
- All Implemented Interfaces:
- TestResultsSummary
public class TestResultsSummaryImpl
- extends Object
- implements TestResultsSummary
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResultsSummaryImpl
public TestResultsSummaryImpl(List successfulTestResults,
List failedTestResults,
BuildResults buildResults)
getNewFailedTests
public Map getNewFailedTests()
- Description copied from interface:
TestResultsSummary
- Returns
Map of TestClassResult of tests that have failed, but were not failing in the last
build.
- Specified by:
getNewFailedTests in interface TestResultsSummary
- Returns:
- Immutable
Map, with String keys of the ClassName and TestClassResult as value.
Empty Map if none exists.
getExistingFailedTests
public Map getExistingFailedTests()
- Description copied from interface:
TestResultsSummary
- Returns
Map of TestClassResult of tests that were failing in the previous build
- Specified by:
getExistingFailedTests in interface TestResultsSummary
- Returns:
- Immutable
Map, with String keys of the ClassName and TestClassResult as value.
Empty Map if none exists.
getUngroupedExistingFailedTests
public List getUngroupedExistingFailedTests()
- Specified by:
getUngroupedExistingFailedTests in interface TestResultsSummary
getUngroupedNewFailedTests
public List getUngroupedNewFailedTests()
- Specified by:
getUngroupedNewFailedTests in interface TestResultsSummary
getFixedTests
public Map getFixedTests()
- Description copied from interface:
TestResultsSummary
- Returns
Map of TestClassResult of tests that have been fixed in this build.
- Specified by:
getFixedTests in interface TestResultsSummary
- Returns:
- Immutable
Map, with String keys of the ClassName and TestClassResult as value.
Empty Map if none exists.
getSuccessfulTests
public Map getSuccessfulTests()
- Specified by:
getSuccessfulTests in interface TestResultsSummary
getAllTests
public Map getAllTests()
- Specified by:
getAllTests in interface TestResultsSummary
getNewFailedTestsSuiteCount
public long getNewFailedTestsSuiteCount()
- Specified by:
getNewFailedTestsSuiteCount in interface TestResultsSummary
getExistingFailedTestsSuiteCount
public long getExistingFailedTestsSuiteCount()
- Specified by:
getExistingFailedTestsSuiteCount in interface TestResultsSummary
getNewFailedTestsCaseCount
public long getNewFailedTestsCaseCount()
- Specified by:
getNewFailedTestsCaseCount in interface TestResultsSummary
getExistingFailedTestsCaseCount
public long getExistingFailedTestsCaseCount()
- Specified by:
getExistingFailedTestsCaseCount in interface TestResultsSummary
getFixedTestsSuiteCount
public long getFixedTestsSuiteCount()
- Specified by:
getFixedTestsSuiteCount in interface TestResultsSummary
getFixedTestsCaseCount
public long getFixedTestsCaseCount()
- Specified by:
getFixedTestsCaseCount in interface TestResultsSummary
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.