Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff11584 commit b0031abCopy full SHA for b0031ab
1 file changed
docs/userguide/annotations.md
@@ -1029,7 +1029,7 @@ If `--%aftertest` raises an unhandled exception the following will happen:
1029
- the `--%afterall` procedures **will be executed**
1030
- test execution will continue uninterrupted for rest of the suite
1031
1032
-When multiple `--%aftertest` procedures are defined for a test, all of them will be executed before invoking the test.
+When multiple `--%aftertest` procedures are defined for a test, all of them will be executed after invoking the test.
1033
1034
The order of execution for `--%aftertest` procedures is defined by:
1035
- position of procedure on the list within single annotation
0 commit comments