Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getAllFailedTests() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getExistingFailedTests() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getFixedTests() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getNewFailedTests() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getQuarantinedTests() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getSkippedTests() |
FilteredTestResults<TestClassResultDescriptor> |
ChainResultsSummaryImpl.getTestResults() |
FilteredTestResults<TestClassResultDescriptor> |
ImmutableChainResultsSummary.getTestResults()
Deprecated.
since 5.12 construct your own instance of
ChainFilteredTestResults |
Modifier and Type | Method and Description |
---|---|
FilteredTestResults<TestClassResultDescriptor> |
ChainResultsSummaryDocument.getTestResults() |
Modifier and Type | Method and Description |
---|---|
FilteredTestResults<TestClassResultDescriptor> |
ImmutableResultsSummaryImpl.getTestResults() |
FilteredTestResults<TestClassResultDescriptor> |
ChainResultDetailsImpl.getTestResults() |
FilteredTestResults<TestClassResultDescriptor> |
ChainResultDetails.getTestResults()
Get the helper class to provide filtered test lists for this chain result
|
Modifier and Type | Interface and Description |
---|---|
interface |
FilteredTestResults<T extends TestClassResultDescriptor>
Interface that provides a summary of all test information for a buildResultSummary for the UI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TestClassResult
Represents a run of a test class.
|
Modifier and Type | Class and Description |
---|---|
class |
TestClassResultImpl |
Modifier and Type | Method and Description |
---|---|
FilteredTestResults<TestClassResultDescriptor> |
ViewChainResult.getFilteredTestResults() |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.