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/05-annotations.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Use annotations in [meta](/docs/meta) and avoid them in features where possible.
21
21
|[`@Context`](/docs#behavioural-rules-and-semantics)| StepDef |[v2.41.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v2.41.0)| Assigns *context* behavior to a step definition so it can only be called by *Given* steps |
22
22
|[`@Action`](/docs#behavioural-rules-and-semantics)| StepDef |[v2.41.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v2.41.0)| Assigns *action* behavior to a step definition so it can only be called by *When* steps |
23
23
|[`@Assertion`](/docs#behavioural-rules-and-semantics)| StepDef |[v2.41.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v2.41.0)| Assigns *assertion* behavior to a step definition so it can only be called by *Then* steps |
24
-
|[`@Message`](/docs/assertions#message-annotation)| Step |[v3.31.12](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.31.12)| Overrides the default error message for a failed assertion with a custom one |
24
+
|[`@Message`](/docs/assertions#message-annotation)| Step |[v3.31.12](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.31.12)| Overrides the default error message for any failed step with a custom one|
25
25
|[`@Try`](/docs/try-steps)| Step |[v3.11.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.11.0)| Instructs Gwen to ignore a failed step and continue procesing |
26
26
|[`@Finally`](/docs/finally-steps)| Step |[v3.3.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.3.0)| Forces the last step in a Scenario to always execute even when prior ones fail or are skipped |
27
27
|[`@Eager`](/docs/eager-or-lazy#eager)| Step |[v3.9.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v3.9.0)| Immediately evaluates and assigns values to refereces in place instead of at each call site |
0 commit comments