| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
TestReportSummary |
TestReportSummary.addStatusCountsEntry(String key,
Integer value)
Add a single StatusCounts entry
|
TestReportSummary |
TestReportSummary.clearStatusCountsEntries()
Removes all the entries added into StatusCounts.
|
TestReportSummary |
TestReportSummary.clone() |
TestReportSummary |
Report.getTestSummary()
A
TestReportSummary object that contains information about this test report. |
TestReportSummary |
TestReportSummary.withDurationInNanoSeconds(Long durationInNanoSeconds)
The number of nanoseconds it took to run all of the test cases in this report.
|
TestReportSummary |
TestReportSummary.withStatusCounts(Map<String,Integer> statusCounts)
A map that contains the number of each type of status returned by the test results in this
TestReportSummary. |
TestReportSummary |
TestReportSummary.withTotal(Integer total)
The number of test cases in this
TestReportSummary. |
| Modifier and Type | Method and Description |
|---|---|
void |
Report.setTestSummary(TestReportSummary testSummary)
A
TestReportSummary object that contains information about this test report. |
Report |
Report.withTestSummary(TestReportSummary testSummary)
A
TestReportSummary object that contains information about this test report. |
Copyright © 2020. All rights reserved.