class TestRail::Run

Public Instance Methods

suite() click to toggle source
# File lib/test_rail/run.rb, line 27
def suite
  @api.get_suite(:id => suite_id)
end
tests() click to toggle source
# File lib/test_rail/run.rb, line 23
def tests
  @api.get_tests(:run_id => id)
end