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)


6247
6248
6249
6250
6251
6252
6253
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6247

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


6247
6248
6249
6250
6251
6252
6253
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6247

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)


6247
6248
6249
6250
6251
6252
6253
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6247

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