711 |
711 |
712 If the unittest suite was loaded successfully, we ask the |
712 If the unittest suite was loaded successfully, we ask the |
713 client to run the test suite. |
713 client to run the test suite. |
714 |
714 |
715 @param testCases list of detected test cases |
715 @param testCases list of detected test cases |
716 @type str |
716 @type list of str |
717 @param exc_type exception type occured during discovery |
717 @param exc_type exception type occured during discovery |
718 @type str |
718 @type str |
719 @param exc_value value of exception occured during discovery |
719 @param exc_value value of exception occured during discovery |
720 @type str |
720 @type str |
721 """ |
721 """ |