@PublicApi
public interface TestCollectionResult
TestResults after calling TestReportCollector.collect(File)
Use TestCollectionResultBuilder to create instances of this interface| Modifier and Type | Method and Description |
|---|---|
List<TestResults> |
getFailedTestResults()
Get all the unit
TestResults that have failed. |
List<TestResults> |
getSkippedTestResults()
Get all the unit
TestResults that have been skipped (or inconclusive). |
List<TestResults> |
getSuccessfulTestResults()
Get all the unit
TestResults that have passed without error. |
List<TestResults> getSuccessfulTestResults()
TestResults that have passed without error.TestResultsList<TestResults> getFailedTestResults()
TestResults that have failed.TestResultsList<TestResults> getSkippedTestResults()
TestResults that have been skipped (or inconclusive).TestResultsCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.