When suite/test name has a comma in it, the text after comma is not displayed.
Example:
CREATE OR REPLACE PACKAGE TRAIN_USER1.ut_betwnstr
AS
-- %suite(Between string function)
-- %test(Returns substring from beginning of the string to end position, if start position is zero)
PROCEDURE zero_start_position;
END;
/
Produces output:
Between string function
Returns substring from beginning of the string to end position
Finished in .022765 seconds
1 tests, 0 failed, 0 errored, 0 disabled, 0 warning(s)
When suite/test name has a comma in it, the text after comma is not displayed.
Example:
Produces output: