@PublicApi
public interface TestCollectionResult
TestResults
after calling TestReportCollector.collect(File)
Use TestCollectionResultBuilder
to create instances of this interfaceModifier 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.TestResults
List<TestResults> getFailedTestResults()
TestResults
that have failed.TestResults
List<TestResults> getSkippedTestResults()
TestResults
that have been skipped (or inconclusive).TestResults
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.