Class: Gitlab::Ci::Reports::TestSuiteComparer::TestSummary

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/ci/reports/test_suite_comparer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#existing_errorsObject

Returns the value of attribute existing_errors

Returns:

  • (Object)

    the current value of existing_errors



11
12
13
# File 'lib/gitlab/ci/reports/test_suite_comparer.rb', line 11

def existing_errors
  @existing_errors
end

#existing_failuresObject

Returns the value of attribute existing_failures

Returns:

  • (Object)

    the current value of existing_failures



11
12
13
# File 'lib/gitlab/ci/reports/test_suite_comparer.rb', line 11

def existing_failures
  @existing_failures
end

#new_errorsObject

Returns the value of attribute new_errors

Returns:

  • (Object)

    the current value of new_errors



11
12
13
# File 'lib/gitlab/ci/reports/test_suite_comparer.rb', line 11

def new_errors
  @new_errors
end

#new_failuresObject

Returns the value of attribute new_failures

Returns:

  • (Object)

    the current value of new_failures



11
12
13
# File 'lib/gitlab/ci/reports/test_suite_comparer.rb', line 11

def new_failures
  @new_failures
end

#resolved_errorsObject

Returns the value of attribute resolved_errors

Returns:

  • (Object)

    the current value of resolved_errors



11
12
13
# File 'lib/gitlab/ci/reports/test_suite_comparer.rb', line 11

def resolved_errors
  @resolved_errors
end

#resolved_failuresObject

Returns the value of attribute resolved_failures

Returns:

  • (Object)

    the current value of resolved_failures



11
12
13
# File 'lib/gitlab/ci/reports/test_suite_comparer.rb', line 11

def resolved_failures
  @resolved_failures
end