We need to expose following API within ut_runner:
is_suite - return 'Y' if given owner, package is a unit test suite, else return 'N'
get_suites_list - return a list of package with corresponding suitepath and description
for a given owner
get_tests_list - return a list of test_procedure with corresponding description
for a given owner and package
get_suitepaths - return a list of suitepaths for a given owner
All of functions should make use of ut_annotation_manager to assure retrieval of up-to-date information
We need to expose following API within ut_runner:
is_suite- return 'Y' if givenowner,packageis a unit test suite, else return 'N'get_suites_list- return a list ofpackagewith correspondingsuitepathanddescriptionfor a given
ownerget_tests_list- return a list oftest_procedurewith correspondingdescriptionfor a given
ownerandpackageget_suitepaths- return a list of suitepaths for a givenownerAll of functions should make use of
ut_annotation_managerto assure retrieval of up-to-date information