statusCounts property

Map<String, int> statusCounts
final

A map that contains the number of each type of status returned by the test results in this TestReportSummary.

Implementation

final Map<String, int> statusCounts;