Class: Aws::CodeBuild::Types::TestCase

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

Overview

Information about a test case created using a framework such as NUnit or Cucumber. A test case might be a unit test or a configuration test.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_nano_secondsInteger

The number of nanoseconds it took to run this test case.

Returns:

  • (Integer)


6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-codebuild/types.rb', line 6182

class TestCase < Struct.new(
  :report_arn,
  :test_raw_data_path,
  :prefix,
  :name,
  :status,
  :duration_in_nano_seconds,
  :message,
  :expired)
  SENSITIVE = []
  include Aws::Structure
end

#expiredTime

The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.

Returns:

  • (Time)


6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-codebuild/types.rb', line 6182

class TestCase < Struct.new(
  :report_arn,
  :test_raw_data_path,
  :prefix,
  :name,
  :status,
  :duration_in_nano_seconds,
  :message,
  :expired)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message associated with a test case. For example, an error message or stack trace.

Returns:

  • (String)


6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-codebuild/types.rb', line 6182

class TestCase < Struct.new(
  :report_arn,
  :test_raw_data_path,
  :prefix,
  :name,
  :status,
  :duration_in_nano_seconds,
  :message,
  :expired)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the test case.

Returns:

  • (String)


6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-codebuild/types.rb', line 6182

class TestCase < Struct.new(
  :report_arn,
  :test_raw_data_path,
  :prefix,
  :name,
  :status,
  :duration_in_nano_seconds,
  :message,
  :expired)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.

Returns:

  • (String)


6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-codebuild/types.rb', line 6182

class TestCase < Struct.new(
  :report_arn,
  :test_raw_data_path,
  :prefix,
  :name,
  :status,
  :duration_in_nano_seconds,
  :message,
  :expired)
  SENSITIVE = []
  include Aws::Structure
end

#report_arnString

The ARN of the report to which the test case belongs.

Returns:

  • (String)


6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-codebuild/types.rb', line 6182

class TestCase < Struct.new(
  :report_arn,
  :test_raw_data_path,
  :prefix,
  :name,
  :status,
  :duration_in_nano_seconds,
  :message,
  :expired)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status returned by the test case after it was run. Valid statuses are ‘SUCCEEDED`, `FAILED`, `ERROR`, `SKIPPED`, and `UNKNOWN`.

Returns:

  • (String)


6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-codebuild/types.rb', line 6182

class TestCase < Struct.new(
  :report_arn,
  :test_raw_data_path,
  :prefix,
  :name,
  :status,
  :duration_in_nano_seconds,
  :message,
  :expired)
  SENSITIVE = []
  include Aws::Structure
end

#test_raw_data_pathString

The path to the raw data file that contains the test result.

Returns:

  • (String)


6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
# File 'lib/aws-sdk-codebuild/types.rb', line 6182

class TestCase < Struct.new(
  :report_arn,
  :test_raw_data_path,
  :prefix,
  :name,
  :status,
  :duration_in_nano_seconds,
  :message,
  :expired)
  SENSITIVE = []
  include Aws::Structure
end