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
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
121
+
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_ (passing individual items to be executed as elements of the ut_varchar2_list table type).
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_ (passing all items as a comma-separated-list of values into a single element of the ut_varchar2_list table type).
122
131
123
132
124
133
```sql linenums="1"
@@ -128,7 +137,7 @@ begin
128
137
end;
129
138
```
130
139
131
-
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_.
140
+
Executes all tests from package _hr.test_apply_bonus_ and all tests from schema _cust_ (no explicit ut_varchar2_list table type).
132
141
133
142
Using a list of items to execute allows you to execute a fine-grained set of tests.
0 commit comments