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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,6 @@ end test_pkg;
71
71
|`%beforeeach`| Procedure | Denotes that the annotated procedure should be executed before each `%test` method in the current suite. |
72
72
|`%aftereach`| Procedure | Denotes that the annotated procedure should be executed after each `%test` method in the current suite. |
73
73
|`%beforetest(<procedure_name>)`| Procedure | Denotes that mentioned procedure should be executed before the annotated `%test` procedure. |
74
-
75
74
|`%aftertest(<procedure_name>)`| Procedure | Denotes that mentioned procedure should be executed after the annotated `%test` procedure. |
76
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) |
77
76
|`%disabled`| Package/procedure | Used to disable a suite or a test |
0 commit comments