Method: TestRail::Client::Tests#test

Defined in:
lib/testrail_api/client/tests.rb

#test(test_id) ⇒ Object

Returns an existing test by its ID

Parameters:

  • test_id (Integer, String)

    The ID of the test

Returns:

  • an existing test by its ID

See Also:



14
15
16
# File 'lib/testrail_api/client/tests.rb', line 14

def test(test_id)
  get("get_test/#{test_id}")
end