You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/reporters/ut_documentation_reporter.tps
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ create or replace type ut_documentation_reporter force under ut_reporter
7
7
constructor function ut_documentation_reporter(self in out nocopy ut_documentation_reporter, a_output ut_output default ut_output_dbms_output()) return self as result,
8
8
member function tab(self in ut_documentation_reporter) return varchar2,
9
9
10
-
overriding member procedure print(self in out nocopy ut_documentation_reporter, a_text varchar2),
10
+
overriding member procedure print_text(self in out nocopy ut_documentation_reporter, a_text varchar2),
11
11
overriding member procedure before_suite(self in out nocopy ut_documentation_reporter, a_suite ut_object),
12
12
overriding member procedure before_test(self in out nocopy ut_documentation_reporter, a_test ut_object),
13
13
overriding member procedure after_test(self in out nocopy ut_documentation_reporter, a_test ut_object),
0 commit comments