Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
step
  • Loading branch information
Pazus committed Dec 6, 2016
commit 68601685cfb045b3c62445c744114c7580756e06
3 changes: 3 additions & 0 deletions source/core/ut_suite_manager.pks
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ create or replace package ut_suite_manager authid definer is
procedure run(a_path in varchar2, a_reporter in ut_reporter);
-- to be implemented
--procedure run(a_paths in ut_varchar2_list, a_reporter in ut_reporter);

--INTERNAL USE
procedure configure_execution_by_path(a_paths in ut_varchar2_list, a_objects_to_run out nocopy ut_objects_list);

end ut_suite_manager;
/
4 changes: 4 additions & 0 deletions tests/RunAll.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ set serveroutput on size unlimited format truncated
create table ut$test_table (val varchar2(1));
@@helpers/ut_transaction_control.pck
@@helpers/department.tps
@@helpers/test_package_1.pck
@@helpers/test_package_2.pck

--Tests to invoke

Expand Down Expand Up @@ -177,6 +179,8 @@ drop procedure check_annotation_parsing;
drop package ut_transaction_control;
drop table ut$test_table;
drop type department$;
drop package test_package_1.pck
drop package test_package_2.pck

--Finally
@@lib/RunSummary
Expand Down