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
Added additional tests to:
- cover functionality of reporting warnings on transaction invalidation with sub-suites.
- cover functionality of failing a test in sub-suite when beforeall fails in parent suite with logical suites in between.
Refactored `ut_teamcity_reporter` a bit.
raise_application_error(-20000, 'cannot add suite item to sub suite at level '||a_expected_level||'. suite items at level '||a_current_level||' are empty');
48
-
end if;
49
-
else
50
-
if self.items is null then
51
-
self.items := ut_suite_items();
52
-
end if;
53
-
self.items.extend;
54
-
self.items(self.items.last) := a_item;
55
-
end if;
56
-
end;
57
-
58
19
overriding member procedure mark_as_skipped(self in out nocopy ut_logical_suite) is
0 commit comments