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

Skip to content

Commit d00018e

Browse files
authored
Update annotations.md
1 parent f11812a commit d00018e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/userguide/annotations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ end test_pkg;
7171
| `%beforeeach` | Procedure | Denotes that the annotated procedure should be executed before each `%test` method in the current suite. |
7272
| `%aftereach` | Procedure | Denotes that the annotated procedure should be executed after each `%test` method in the current suite. |
7373
| `%beforetest(<procedure_name>)` | Procedure | Denotes that mentioned procedure should be executed before the annotated `%test` procedure. |
74-
7574
| `%aftertest(<procedure_name>)` | Procedure | Denotes that mentioned procedure should be executed after the annotated `%test` procedure. |
7675
| `%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) |
7776
| `%disabled` | Package/procedure | Used to disable a suite or a test |

0 commit comments

Comments
 (0)