You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeBuild::Types::TestReportSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a test report.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_nano_secondsInteger

The number of nanoseconds it took to run all of the test cases in this report.

Returns:

  • (Integer)

    The number of nanoseconds it took to run all of the test cases in this report.

#status_countsHash<String,Integer>

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

Returns:

  • (Hash<String,Integer>)

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

#totalInteger

The number of test cases in this TestReportSummary. The total includes truncated test cases.

Returns:

  • (Integer)

    The number of test cases in this TestReportSummary.