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

Skip to content

Commit 3a8ba8f

Browse files
committed
Change annotation to --%tags
1 parent 1a941a8 commit 3a8ba8f

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

source/core/ut_suite_builder.pkb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ create or replace package body ut_suite_builder is
2323

2424
gc_suite constant t_annotation_name := 'suite';
2525
gc_suitepath constant t_annotation_name := 'suitepath';
26-
gc_tag constant t_annotation_name := 'tag';
26+
gc_tag constant t_annotation_name := 'tags';
2727
gc_test constant t_annotation_name := ut_utils.gc_test_execute;
2828
gc_disabled constant t_annotation_name := 'disabled';
2929
gc_displayname constant t_annotation_name := 'displayname';

test/ut3_tester/core/test_suite_builder.pkb

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ create or replace package body test_suite_builder is
11291129
l_annotations := ut3.ut_annotations(
11301130
ut3.ut_annotation(2, 'suite','testsuite', null),
11311131
ut3.ut_annotation(8, 'test','Some test', 'test_procedure'),
1132-
ut3.ut_annotation(9, 'tag','testtag', 'test_procedure')
1132+
ut3.ut_annotation(9, 'tags','testtag', 'test_procedure')
11331133
);
11341134
--Act
11351135
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1150,7 +1150,7 @@ create or replace package body test_suite_builder is
11501150
--Arrange
11511151
l_annotations := ut3.ut_annotations(
11521152
ut3.ut_annotation(2, 'suite','testsuite', null),
1153-
ut3.ut_annotation(3, 'tag','suitetag', null)
1153+
ut3.ut_annotation(3, 'tags','suitetag', null)
11541154
);
11551155
--Act
11561156
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1172,7 +1172,7 @@ create or replace package body test_suite_builder is
11721172
l_annotations := ut3.ut_annotations(
11731173
ut3.ut_annotation(2, 'suite','testsuite', null),
11741174
ut3.ut_annotation(8, 'test','Some test', 'test_procedure'),
1175-
ut3.ut_annotation(9, 'tag','testtag,testtag2,testtag3', 'test_procedure')
1175+
ut3.ut_annotation(9, 'tags','testtag,testtag2,testtag3', 'test_procedure')
11761176
);
11771177
--Act
11781178
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1193,7 +1193,7 @@ create or replace package body test_suite_builder is
11931193
--Arrange
11941194
l_annotations := ut3.ut_annotations(
11951195
ut3.ut_annotation(2, 'suite','testsuite', null),
1196-
ut3.ut_annotation(3, 'tag','suitetag,suitetag1,suitetag2', null)
1196+
ut3.ut_annotation(3, 'tags','suitetag,suitetag1,suitetag2', null)
11971197
);
11981198
--Act
11991199
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1215,8 +1215,8 @@ create or replace package body test_suite_builder is
12151215
l_annotations := ut3.ut_annotations(
12161216
ut3.ut_annotation(2, 'suite','testsuite', null),
12171217
ut3.ut_annotation(8, 'test','Some test', 'test_procedure'),
1218-
ut3.ut_annotation(9, 'tag','testtag', 'test_procedure'),
1219-
ut3.ut_annotation(10, 'tag','testtag2', 'test_procedure')
1218+
ut3.ut_annotation(9, 'tags','testtag', 'test_procedure'),
1219+
ut3.ut_annotation(10, 'tags','testtag2', 'test_procedure')
12201220
);
12211221
--Act
12221222
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1237,8 +1237,8 @@ create or replace package body test_suite_builder is
12371237
--Arrange
12381238
l_annotations := ut3.ut_annotations(
12391239
ut3.ut_annotation(2, 'suite','testsuite', null),
1240-
ut3.ut_annotation(3, 'tag','suitetag', null),
1241-
ut3.ut_annotation(4, 'tag','suitetag1', null)
1240+
ut3.ut_annotation(3, 'tags','suitetag', null),
1241+
ut3.ut_annotation(4, 'tags','suitetag1', null)
12421242
);
12431243
--Act
12441244
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1259,7 +1259,7 @@ create or replace package body test_suite_builder is
12591259
l_annotations := ut3.ut_annotations(
12601260
ut3.ut_annotation(2, 'suite','testsuite', null),
12611261
ut3.ut_annotation(8, 'test','Some test', 'test_procedure'),
1262-
ut3.ut_annotation(9, 'tag',null, 'test_procedure')
1262+
ut3.ut_annotation(9, 'tags',null, 'test_procedure')
12631263
);
12641264
--Act
12651265
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1278,7 +1278,7 @@ create or replace package body test_suite_builder is
12781278
--Arrange
12791279
l_annotations := ut3.ut_annotations(
12801280
ut3.ut_annotation(2, 'suite','testsuite', null),
1281-
ut3.ut_annotation(3, 'tag',null, null)
1281+
ut3.ut_annotation(3, 'tags',null, null)
12821282
);
12831283
--Act
12841284
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1298,8 +1298,8 @@ create or replace package body test_suite_builder is
12981298
l_annotations := ut3.ut_annotations(
12991299
ut3.ut_annotation(2, 'suite','testsuite', null),
13001300
ut3.ut_annotation(8, 'test','Some test', 'test_procedure'),
1301-
ut3.ut_annotation(9, 'tag','testtag,testtag1,testtag', 'test_procedure'),
1302-
ut3.ut_annotation(10, 'tag',' testtag,testtag1,testtag2', 'test_procedure')
1301+
ut3.ut_annotation(9, 'tags','testtag,testtag1,testtag', 'test_procedure'),
1302+
ut3.ut_annotation(10, 'tags',' testtag,testtag1,testtag2', 'test_procedure')
13031303
);
13041304
--Act
13051305
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1320,8 +1320,8 @@ create or replace package body test_suite_builder is
13201320
--Arrange
13211321
l_annotations := ut3.ut_annotations(
13221322
ut3.ut_annotation(2, 'suite','testsuite', null),
1323-
ut3.ut_annotation(3, 'tag','suitetag,suitetag1,suitetag', null),
1324-
ut3.ut_annotation(4, 'tag',' suitetag1,suitetag2', null)
1323+
ut3.ut_annotation(3, 'tags','suitetag,suitetag1,suitetag', null),
1324+
ut3.ut_annotation(4, 'tags',' suitetag1,suitetag2', null)
13251325
);
13261326
--Act
13271327
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1343,7 +1343,7 @@ create or replace package body test_suite_builder is
13431343
l_annotations := ut3.ut_annotations(
13441344
ut3.ut_annotation(2, 'suite','testsuite', null),
13451345
ut3.ut_annotation(8, 'test','Some test', 'test_procedure'),
1346-
ut3.ut_annotation(9, 'tag','testtag,, ,testtag1', 'test_procedure')
1346+
ut3.ut_annotation(9, 'tags','testtag,, ,testtag1', 'test_procedure')
13471347
);
13481348
--Act
13491349
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1364,7 +1364,7 @@ create or replace package body test_suite_builder is
13641364
--Arrange
13651365
l_annotations := ut3.ut_annotations(
13661366
ut3.ut_annotation(2, 'suite','testsuite', null),
1367-
ut3.ut_annotation(3, 'tag','suitetag,, ,suitetag1', null)
1367+
ut3.ut_annotation(3, 'tags','suitetag,, ,suitetag1', null)
13681368
);
13691369
--Act
13701370
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1386,7 +1386,7 @@ create or replace package body test_suite_builder is
13861386
l_annotations := ut3.ut_annotations(
13871387
ut3.ut_annotation(2, 'suite','testsuite', null),
13881388
ut3.ut_annotation(8, 'test','Some test', 'test_procedure'),
1389-
ut3.ut_annotation(9, 'tag','#?$%^&*!|\/@][', 'test_procedure')
1389+
ut3.ut_annotation(9, 'tags','#?$%^&*!|\/@][', 'test_procedure')
13901390
);
13911391
--Act
13921392
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');
@@ -1407,7 +1407,7 @@ create or replace package body test_suite_builder is
14071407
--Arrange
14081408
l_annotations := ut3.ut_annotations(
14091409
ut3.ut_annotation(2, 'suite','testsuite', null),
1410-
ut3.ut_annotation(3, 'tag','#?$%^&*!|\/@][', null)
1410+
ut3.ut_annotation(3, 'tags','#?$%^&*!|\/@][', null)
14111411
);
14121412
--Act
14131413
l_actual := invoke_builder_for_annotations(l_annotations, 'SOME_PACKAGE');

0 commit comments

Comments
 (0)