You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add functionality to get information about test suites and tests, so that users/IDE's can retrieve that information.
The needed information is:
object_owner - the owner of test suite packages
object_name - the name of test suite package
item_name - the name of suite/test
item_description - the description of suite/suite item
item_type - the type of item (UT_SUITE/UT_SUITE_CONTEXT/UT_TEST)
item_line_no - line_number where annotation identifying the item exists
path - suitepath of the item
disabled_flag - 0 (zero) if item is not disabled,
1 if item is disabled by --%disabled annotation
The function should return data in a pipelined manner so that user/IDE can query and filter the data as needed.
The text was updated successfully, but these errors were encountered:
Add functionality to get information about test suites and tests, so that users/IDE's can retrieve that information.
The needed information is:
The function should return data in a pipelined manner so that user/IDE can query and filter the data as needed.
The text was updated successfully, but these errors were encountered: