Class: Qaxqa::Testcase

Inherits:
Object
  • Object
show all
Defined in:
lib/qaxqa/testcase.rb

Overview

Module class to set XML parsed attributes to a testcase object

Instance Attribute Summary collapse

Instance Attribute Details

#preconditionsObject

Returns the value of attribute preconditions.



6
7
8
# File 'lib/qaxqa/testcase.rb', line 6

def preconditions
  @preconditions
end

#stepsObject

Returns the value of attribute steps.



6
7
8
# File 'lib/qaxqa/testcase.rb', line 6

def steps
  @steps
end

#subjectObject

Returns the value of attribute subject.



6
7
8
# File 'lib/qaxqa/testcase.rb', line 6

def subject
  @subject
end

#summaryObject

Returns the value of attribute summary.



6
7
8
# File 'lib/qaxqa/testcase.rb', line 6

def summary
  @summary
end

#test_nameObject

Returns the value of attribute test_name.



6
7
8
# File 'lib/qaxqa/testcase.rb', line 6

def test_name
  @test_name
end

#test_typeObject

Returns the value of attribute test_type.



6
7
8
# File 'lib/qaxqa/testcase.rb', line 6

def test_type
  @test_type
end