Class: DatadogAPIClient::V2::FlakyTestRunMetadata
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FlakyTestRunMetadata
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb
Overview
Metadata about the latest failed test run of the flaky test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#duration_ms ⇒ Object
The duration of the test run in milliseconds.
-
#error_message ⇒ Object
The error message from the test failure.
-
#error_stack ⇒ Object
The stack trace from the test failure.
-
#source_end ⇒ Object
The line number where the test ends in the source file.
-
#source_file ⇒ Object
The source file where the test is defined.
-
#source_start ⇒ Object
The line number where the test starts in the source file.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 42 def additional_properties @additional_properties end |
#duration_ms ⇒ Object
The duration of the test run in milliseconds.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 25 def duration_ms @duration_ms end |
#error_message ⇒ Object
The error message from the test failure.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 28 def @error_message end |
#error_stack ⇒ Object
The stack trace from the test failure.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 31 def error_stack @error_stack end |
#source_end ⇒ Object
The line number where the test ends in the source file.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 34 def source_end @source_end end |
#source_file ⇒ Object
The source file where the test is defined.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 37 def source_file @source_file end |
#source_start ⇒ Object
The line number where the test starts in the source file.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 40 def source_start @source_start end |