Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc78df3

Browse files
add test cases for warning texts in tests, suites
1 parent 910f29c commit dc78df3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

test/ut3_user/reporters/test_realtime_reporter.pks

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ create or replace package test_realtime_reporter as
4444

4545
--%test(Provide the error stack of a testsuite)
4646
procedure error_stack_of_testsuite;
47-
47+
48+
--%test(Provide warnings of a test)
49+
procedure warnings_of_test;
50+
51+
--%test(Provide warnings of a testsuite)
52+
procedure warnings_of_testsuite;
53+
4854
--%test(Provide a description of the reporter explaining the use for SQL Developer)
4955
procedure get_description;
5056

0 commit comments

Comments
 (0)