Class: Aws::Types::TestReportMetrics
- Inherits:
-
Object
- Object
- Aws::Types::TestReportMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#median_test_execution_duration_seconds ⇒ ::Float
Returns the value of attribute median_test_execution_duration_seconds.
-
#tests_errored ⇒ ::Integer
Returns the value of attribute tests_errored.
-
#tests_failed ⇒ ::Integer
Returns the value of attribute tests_failed.
-
#tests_other ⇒ ::Integer
Returns the value of attribute tests_other.
-
#tests_passed ⇒ ::Integer
Returns the value of attribute tests_passed.
-
#tests_passed_percentage ⇒ ::Float
Returns the value of attribute tests_passed_percentage.
-
#tests_skipped ⇒ ::Integer
Returns the value of attribute tests_skipped.
-
#tests_total ⇒ ::Integer
Returns the value of attribute tests_total.
-
#total_test_execution_duration_seconds ⇒ ::Float
Returns the value of attribute total_test_execution_duration_seconds.
Instance Attribute Details
#median_test_execution_duration_seconds ⇒ ::Float
Returns the value of attribute median_test_execution_duration_seconds.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def median_test_execution_duration_seconds @median_test_execution_duration_seconds end |
#tests_errored ⇒ ::Integer
Returns the value of attribute tests_errored.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def tests_errored @tests_errored end |
#tests_failed ⇒ ::Integer
Returns the value of attribute tests_failed.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def tests_failed @tests_failed end |
#tests_other ⇒ ::Integer
Returns the value of attribute tests_other.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def tests_other @tests_other end |
#tests_passed ⇒ ::Integer
Returns the value of attribute tests_passed.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def tests_passed @tests_passed end |
#tests_passed_percentage ⇒ ::Float
Returns the value of attribute tests_passed_percentage.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def tests_passed_percentage @tests_passed_percentage end |
#tests_skipped ⇒ ::Integer
Returns the value of attribute tests_skipped.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def tests_skipped @tests_skipped end |
#tests_total ⇒ ::Integer
Returns the value of attribute tests_total.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def tests_total @tests_total end |
#total_test_execution_duration_seconds ⇒ ::Float
Returns the value of attribute total_test_execution_duration_seconds.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def total_test_execution_duration_seconds @total_test_execution_duration_seconds end |