public static interface TestReportSummary.Builder extends SdkPojo, CopyableBuilder<TestReportSummary.Builder,TestReportSummary>
| Modifier and Type | Method and Description |
|---|---|
TestReportSummary.Builder |
durationInNanoSeconds(Long durationInNanoSeconds)
The number of nanoseconds it took to run all of the test cases in this report.
|
TestReportSummary.Builder |
statusCounts(Map<String,Integer> statusCounts)
A map that contains the number of each type of status returned by the test results in this
TestReportSummary. |
TestReportSummary.Builder |
total(Integer total)
The number of test cases in this
TestReportSummary. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestReportSummary.Builder total(Integer total)
The number of test cases in this TestReportSummary. The total includes truncated test cases.
total - The number of test cases in this TestReportSummary. The total includes truncated test
cases.TestReportSummary.Builder statusCounts(Map<String,Integer> statusCounts)
A map that contains the number of each type of status returned by the test results in this
TestReportSummary.
statusCounts - A map that contains the number of each type of status returned by the test results in this
TestReportSummary.TestReportSummary.Builder durationInNanoSeconds(Long durationInNanoSeconds)
The number of nanoseconds it took to run all of the test cases in this report.
durationInNanoSeconds - The number of nanoseconds it took to run all of the test cases in this report.Copyright © 2021. All rights reserved.