Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910f29c commit dc78df3Copy full SHA for dc78df3
1 file changed
test/ut3_user/reporters/test_realtime_reporter.pks
@@ -44,7 +44,13 @@ create or replace package test_realtime_reporter as
44
45
--%test(Provide the error stack of a testsuite)
46
procedure error_stack_of_testsuite;
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
54
--%test(Provide a description of the reporter explaining the use for SQL Developer)
55
procedure get_description;
56
0 commit comments