Changes between Version 3 and Version 4 of TestManagerForTracPluginRPCApi


Ignore:
Timestamp:
Jan 20, 2011, 4:59:29 PM (13 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPluginRPCApi

    v3 v4  
    3535        Returns True if successful, False otherwise.
    3636       
    37 [[BR]]'''modifyTestObject'''(objtype, id, attributes={})[[BR]]
     37[[BR]]'''modifyTestObject'''(objtype, id, attributes)[[BR]]
    3838        Modifies the test object of the specified type identified
    3939        by the given id.
     40        Attributs is a dictionary object with the properties to
     41        change and their new values.
     42        For documentation about each test object's properties,
     43        refer to the [wiki:TestManagerForTracPluginPythonApi Python API].
    4044        Returns True if successful, False otherwise.
    4145       
     
    4953        (wiki_page_name, title, description)
    5054       
    51 [[BR]]'''getTestCase'''(testcase_id, plan_id='')[[BR]]
     55[[BR]]'''getTestCase'''(testcase_id [, plan_id])[[BR]]
    5256        Returns the test case properties.
    5357        If plan_id is provided, also the status of the test case in the
     
    7680        (testplan_id, name)
    7781       
    78 [[BR]]'''listTestCases'''(catalog_id, plan_id='')[[BR]]
     82[[BR]]'''listTestCases'''(catalog_id [, plan_id])[[BR]]
    7983        Returns a iterator over the test cases directly in the
    8084        specified catalog (no sub-catalogs).