|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.resultsummary.tests.FilteredTestResultsAbstract
public abstract class FilteredTestResultsAbstract
Field Summary | |
---|---|
protected BuildResultsSummary |
resultsSummary
|
Constructor Summary | |
---|---|
protected |
FilteredTestResultsAbstract(BuildResultsSummary resultsSummary)
|
Method Summary | |
---|---|
java.util.List<TestCaseResult> |
getAllFailedTestList()
|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
getAllFailedTests()
Returns Multimap of all TestCaseResult that have failed in this build. |
protected abstract java.util.List<TestCaseResult> |
getBrokenTestList()
|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
getExistingFailedTests()
Returns Multimap of TestCaseResult that were failing in the previous build
and are still failing. |
protected abstract java.util.List<TestCaseResult> |
getFailingTestList()
|
protected abstract java.util.List<TestCaseResult> |
getFixedTestList()
|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
getFixedTests()
Returns Multimap of TestCaseResult that have been fixed in this build. |
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
getNewFailedTests()
Returns Multimap of TestCaseResult that have failed, but were not failing in the last build. |
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
getQuarantinedTests()
Returns Multimap of TestCaseResult that were Quarantined in this build, whether failed or successful |
TestQuarantineManager |
getTestQuarantineManager()
|
TestsManager |
getTestsManager()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final BuildResultsSummary resultsSummary
Constructor Detail |
---|
protected FilteredTestResultsAbstract(BuildResultsSummary resultsSummary)
Method Detail |
---|
@NotNull protected abstract java.util.List<TestCaseResult> getBrokenTestList()
@NotNull protected abstract java.util.List<TestCaseResult> getFailingTestList()
@NotNull protected abstract java.util.List<TestCaseResult> getFixedTestList()
@NotNull public com.google.common.collect.Multimap<TestClassResult,TestCaseResult> getNewFailedTests()
FilteredTestResults
Multimap
of TestCaseResult
that have failed, but were not failing in the last build.
Does not include Quarantined Tests
getNewFailedTests
in interface FilteredTestResults<TestClassResult>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.@NotNull public com.google.common.collect.Multimap<TestClassResult,TestCaseResult> getExistingFailedTests()
FilteredTestResults
Multimap
of TestCaseResult
that were failing in the previous build
and are still failing. Does not include Quarantined Tests
getExistingFailedTests
in interface FilteredTestResults<TestClassResult>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.@NotNull public com.google.common.collect.Multimap<TestClassResult,TestCaseResult> getFixedTests()
FilteredTestResults
Multimap
of TestCaseResult
that have been fixed in this build. Does not include Quarantined Tests.
getFixedTests
in interface FilteredTestResults<TestClassResult>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.@NotNull public com.google.common.collect.Multimap<TestClassResult,TestCaseResult> getAllFailedTests()
FilteredTestResults
Multimap
of all TestCaseResult
that have failed in this build.
getAllFailedTests
in interface FilteredTestResults<TestClassResult>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.@NotNull public java.util.List<TestCaseResult> getAllFailedTestList()
getAllFailedTestList
in interface FilteredTestResults<TestClassResult>
@NotNull public com.google.common.collect.Multimap<TestClassResult,TestCaseResult> getQuarantinedTests()
FilteredTestResults
Multimap
of TestCaseResult
that were Quarantined in this build, whether failed or successful
getQuarantinedTests
in interface FilteredTestResults<TestClassResult>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.public TestsManager getTestsManager()
public TestQuarantineManager getTestQuarantineManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |