Class: QTest::TestStep

Inherits:
Base
  • Object
show all
Defined in:
lib/qtest/test_step.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#all, #create, find_by, #initialize, method_missing, #move, #unique

Constructor Details

This class inherits a constructor from QTest::Base

Instance Attribute Details

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/qtest/test_step.rb', line 3

def id
  @id
end

#projectObject

Returns the value of attribute project.



3
4
5
# File 'lib/qtest/test_step.rb', line 3

def project
  @project
end

#test_caseObject

Returns the value of attribute test_case.



3
4
5
# File 'lib/qtest/test_step.rb', line 3

def test_case
  @test_case
end