Class: Qaxqa::Testcase
- Inherits:
-
Object
- Object
- Qaxqa::Testcase
- Defined in:
- lib/qaxqa/testcase.rb
Overview
Module class to set XML parsed attributes to a testcase object
Instance Attribute Summary collapse
-
#preconditions ⇒ Object
Returns the value of attribute preconditions.
-
#steps ⇒ Object
Returns the value of attribute steps.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#test_name ⇒ Object
Returns the value of attribute test_name.
-
#test_type ⇒ Object
Returns the value of attribute test_type.
Instance Attribute Details
#preconditions ⇒ Object
Returns the value of attribute preconditions.
6 7 8 |
# File 'lib/qaxqa/testcase.rb', line 6 def preconditions @preconditions end |
#steps ⇒ Object
Returns the value of attribute steps.
6 7 8 |
# File 'lib/qaxqa/testcase.rb', line 6 def steps @steps end |
#subject ⇒ Object
Returns the value of attribute subject.
6 7 8 |
# File 'lib/qaxqa/testcase.rb', line 6 def subject @subject end |
#summary ⇒ Object
Returns the value of attribute summary.
6 7 8 |
# File 'lib/qaxqa/testcase.rb', line 6 def summary @summary end |
#test_name ⇒ Object
Returns the value of attribute test_name.
6 7 8 |
# File 'lib/qaxqa/testcase.rb', line 6 def test_name @test_name end |
#test_type ⇒ Object
Returns the value of attribute test_type.
6 7 8 |
# File 'lib/qaxqa/testcase.rb', line 6 def test_type @test_type end |