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 |
---|---|
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) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences