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

Skip to content

Commit b0031ab

Browse files
authored
Update annotations documentation
Resolves #1154
1 parent ff11584 commit b0031ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ If `--%aftertest` raises an unhandled exception the following will happen:
10291029
- the `--%afterall` procedures **will be executed**
10301030
- test execution will continue uninterrupted for rest of the suite
10311031

1032-
When multiple `--%aftertest` procedures are defined for a test, all of them will be executed before invoking the test.
1032+
When multiple `--%aftertest` procedures are defined for a test, all of them will be executed after invoking the test.
10331033

10341034
The order of execution for `--%aftertest` procedures is defined by:
10351035
- position of procedure on the list within single annotation

0 commit comments

Comments
 (0)