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
Copy file name to clipboardExpand all lines: docs/userguide/annotations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ create or replace package test_pkg is
38
38
39
39
-- %test
40
40
-- %displayname(Name of test3)
41
-
-- %disable
41
+
-- %disabled
42
42
procedure test3;
43
43
44
44
-- %test(Name of test4)
@@ -73,4 +73,4 @@ end test_pkg;
73
73
|`%beforetest(<procedure_name>)`| Procedure | Denotes that mentioned procedure should be executed before the annotated `%test` procedure. |
74
74
|`%aftertest(<procedure_name>)`| Procedure | Denotes that mentioned procedure should be executed after the annotated `%test` procedure. |
75
75
|`%rollback(<type>)`| Package/procedure | Configure transaction control behaviour (type). Supported values: `auto`(default) - rollback to savepoint (before the test/suite setup) is issued after each test/suite teardown; `manual` - rollback is never issued automatically. Property can be overridden for child element (test in suite) |
76
-
|`%disable`| Package/procedure | Used to disable a suite or a test |
76
+
|`%disabled`| Package/procedure | Used to disable a suite or a test |
Copy file name to clipboardExpand all lines: tests/ut_suite_manager/ut_suite_manager.configure_execution_by_path.PrepareRunnerForTheTopPackageWithoutSubsuitesByName.sql
Copy file name to clipboardExpand all lines: tests/ut_suite_manager/ut_suite_manager.configure_execution_by_path.PrepareRunnerForTheTopPackageWithoutSubsuitesByPath.sql
0 commit comments