Class: Aws::Types::TestReportMetrics

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#median_test_execution_duration_seconds::Float

Returns the value of attribute median_test_execution_duration_seconds.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def total_test_execution_duration_seconds
  @total_test_execution_duration_seconds
end