-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
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.