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
create or replace type body ut_assertion_number as
2
+
3
+
constructor function ut_assertion_number(self in out nocopy ut_assertion_number, a_actual number, a_message varchar2 default null) return self as result is
create or replace type ut_assertion_number under ut_assertion
2
+
(
3
+
actual number,
4
+
constructor function ut_assertion_number(self in out nocopy ut_assertion_number, a_actual number, a_message varchar2 default null) return self as result,
5
+
overriding member procedure to_be_equal(self in ut_assertion_number, a_expected number)
0 commit comments