Class: Ast::Merge::DiffDriverSmokeCase

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argument_countObject

Returns the value of attribute argument_count

Returns:

  • (Object)

    the current value of argument_count



850
851
852
# File 'lib/ast/merge.rb', line 850

def argument_count
  @argument_count
end

#argument_rolesObject

Returns the value of attribute argument_roles

Returns:

  • (Object)

    the current value of argument_roles



850
851
852
# File 'lib/ast/merge.rb', line 850

def argument_roles
  @argument_roles
end

#case_idObject

Returns the value of attribute case_id

Returns:

  • (Object)

    the current value of case_id



850
851
852
# File 'lib/ast/merge.rb', line 850

def case_id
  @case_id
end

#expected_exit_codeObject

Returns the value of attribute expected_exit_code

Returns:

  • (Object)

    the current value of expected_exit_code



850
851
852
# File 'lib/ast/merge.rb', line 850

def expected_exit_code
  @expected_exit_code
end

#expected_output_fragmentsObject

Returns the value of attribute expected_output_fragments

Returns:

  • (Object)

    the current value of expected_output_fragments



850
851
852
# File 'lib/ast/merge.rb', line 850

def expected_output_fragments
  @expected_output_fragments
end

#expected_output_kindObject

Returns the value of attribute expected_output_kind

Returns:

  • (Object)

    the current value of expected_output_kind



850
851
852
# File 'lib/ast/merge.rb', line 850

def expected_output_kind
  @expected_output_kind
end