summaryrefslogtreecommitdiffstats
path: root/spec/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec')
-rw-r--r--spec/spec/requirement-action.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/spec/requirement-action.yml b/spec/spec/requirement-action.yml
index aacef508..093ef671 100644
--- a/spec/spec/requirement-action.yml
+++ b/spec/spec/requirement-action.yml
@@ -85,6 +85,7 @@ spec-example: |
test-action: |
/* Call the function of the action */
test-brief: null
+ test-cleanup: null
test-context:
- brief: null
description: null
@@ -151,6 +152,12 @@ spec-info:
If the value is present, then it shall be the test case brief
description.
spec-type: optional-str
+ test-cleanup:
+ description: |
+ If the value is present, then it shall be the test cleanup code. The
+ code is placed in the test action loop body after the test
+ post-condition checks.
+ spec-type: optional-str
test-context:
description: null
spec-type: requirement-action-test-context-list