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

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

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_nano_secondsInteger

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

Returns:

  • (Integer)

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

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

    The date and time a test case expires.

#messageString

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

Returns:

  • (String)

    A message associated with a test case.

#nameString

The name of the test case.

Returns:

  • (String)

    The name of the test case.

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

    A string that is applied to a series of related test cases.

#report_arnString

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

Returns:

  • (String)

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

#statusString

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

Returns:

  • (String)

    The status returned by the test case after it was run.

#test_raw_data_pathString

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

Returns:

  • (String)

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