Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

Information about a test report.

Constant Summary collapse

SENSITIVE =
[]

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)

6707
6708
6709
6710
6711
6712
6713
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6707

class TestReportSummary < Struct.new(
  :total,
  :status_counts,
  :duration_in_nano_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#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>)

6707
6708
6709
6710
6711
6712
6713
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6707

class TestReportSummary < Struct.new(
  :total,
  :status_counts,
  :duration_in_nano_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

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

Returns:

  • (Integer)

6707
6708
6709
6710
6711
6712
6713
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6707

class TestReportSummary < Struct.new(
  :total,
  :status_counts,
  :duration_in_nano_seconds)
  SENSITIVE = []
  include Aws::Structure
end