Modifier and Type | Method and Description |
---|---|
List<TestResults> |
ViewBuildResultsSuccessfulTests.getResultsList() |
Modifier and Type | Method and Description |
---|---|
List<TestResults> |
TestCollectionResult.getFailedTestResults()
Get all the unit
TestResults that have failed. |
List<TestResults> |
TestCollectionResult.getSkippedTestResults()
Get all the unit
TestResults that have been skipped (or inconclusive). |
List<TestResults> |
TestCollectionResult.getSuccessfulTestResults()
Get all the unit
TestResults that have passed without error. |
Modifier and Type | Method and Description |
---|---|
TestCollectionResultBuilder |
TestCollectionResultBuilder.addFailedTestResults(Collection<TestResults> failedTestResults)
Append failed test results
|
TestCollectionResultBuilder |
TestCollectionResultBuilder.addSkippedTestResults(Collection<TestResults> skippedTestResults)
Append skipped test results
|
TestCollectionResultBuilder |
TestCollectionResultBuilder.addSuccessfulTestResults(Collection<TestResults> successfulTestResults)
Append successful test results
|
Modifier and Type | Method and Description |
---|---|
Set<TestResults> |
JunitTestResultsParser.getFailedTests() |
Set<TestResults> |
JunitTestResultsParser.getSkippedTests() |
Set<TestResults> |
JunitTestResultsParser.getSuccessfulTests() |
Constructor and Description |
---|
RestTestResult(TestResults testResult,
String status) |
Modifier and Type | Method and Description |
---|---|
List<TestResults> |
TestNGResultsParser.getFailedTests() |
List<TestResults> |
TestNGResultsParser.getSkippedTests() |
List<TestResults> |
TestNGResultsParser.getSuccessfulTests() |
Modifier and Type | Method and Description |
---|---|
List<TestResults> |
BuildResultsImpl.getSuccessfulTestResults()
Deprecated.
|
List<TestResults> |
BuildResults.getSuccessfulTestResults()
Deprecated.
|
Map<Long,TestResults> |
BuildResultsImpl.getSuccessfulTestResultsMap()
Deprecated.
|
Map<Long,TestResults> |
BuildResults.getSuccessfulTestResultsMap()
Deprecated.
Get map of all successful test results.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildResultsImpl.setSuccessfulTestResults(List<TestResults> mySuccessfulTestResults)
Deprecated.
|
void |
BuildResults.setSuccessfulTestResults(List<TestResults> mySuccessfulTestResults)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
TestResults.compareTo(TestResults o) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TestQuarantineHelper.containsAll(Set<String> quarantinedTests,
Collection<TestResults> failedTests) |
void |
TestsManagerImpl.copyTestResultsToBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
List<TestResults> testResults) |
void |
TestsManager.copyTestResultsToBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
List<TestResults> testResults)
Deprecated.
since 5.14 without replacement
|
void |
TestsManagerImpl.repopulateTestResultsInBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
List<TestResults> unorderedSuccessfulTests) |
void |
TestsManager.repopulateTestResultsInBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
List<TestResults> successfulTests) |
Modifier and Type | Method and Description |
---|---|
TestCollectionResultMatcherBuilder |
TestCollectionResultMatcherBuilder.failedTestResults(org.hamcrest.Matcher<Iterable<TestResults>> matcher) |
TestCollectionResultMatcherBuilder |
TestCollectionResultMatcherBuilder.skippedTestResults(org.hamcrest.Matcher<Iterable<TestResults>> matcher) |
TestCollectionResultMatcherBuilder |
TestCollectionResultMatcherBuilder.successfulTestResults(org.hamcrest.Matcher<Iterable<TestResults>> matcher) |
Modifier and Type | Method and Description |
---|---|
Collection<TestResults> |
CurrentBuildResultImpl.getFailedTestResults() |
Collection<TestResults> |
CurrentBuildResult.getFailedTestResults()
Returns TestResults for the tests that have failed during current build.
|
Collection<TestResults> |
CurrentBuildResultImpl.getSkippedTestResults() |
Collection<TestResults> |
CurrentBuildResult.getSkippedTestResults()
Returns TestResults for the tests that were skipped (or inconclusive) during current build.
|
Collection<TestResults> |
CurrentBuildResultImpl.getSuccessfulTestResults() |
Collection<TestResults> |
CurrentBuildResult.getSuccessfulTestResults()
Returns TestResults for the tests that were successful during current build.
|
Modifier and Type | Method and Description |
---|---|
void |
CurrentBuildResultImpl.appendTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults) |
void |
CurrentBuildResultImpl.appendTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults) |
void |
CurrentBuildResultImpl.appendTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults) |
void |
CurrentBuildResult.appendTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults)
Append test results to the existing stored test results for this build.
|
void |
CurrentBuildResult.appendTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults)
Append test results to the existing stored test results for this build.
|
void |
CurrentBuildResult.appendTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults)
Append test results to the existing stored test results for this build.
|
void |
CurrentBuildResultImpl.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults) |
void |
CurrentBuildResultImpl.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults) |
void |
CurrentBuildResult.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults)
Set the test results for this build.
|
void |
CurrentBuildResult.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults)
Set the test results for this build.
|
void |
CurrentBuildResultImpl.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults) |
void |
CurrentBuildResultImpl.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults) |
void |
CurrentBuildResultImpl.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults) |
void |
CurrentBuildResult.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults)
Set the test results for this build.
|
void |
CurrentBuildResult.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults)
Set the test results for this build.
|
void |
CurrentBuildResult.setTestResults(Set<TestResults> successfulTestResults,
Set<TestResults> failedTestResults,
Set<TestResults> skippedTestResults)
Set the test results for this build.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.