summaryrefslogtreecommitdiff
path: root/spec/spec/requirement-action.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-04 07:08:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-19 11:29:34 +0200
commitc127fb3f519dfb5b93a87aa2161c77ab7d95edbf (patch)
tree6bef81073c5c3565620aa485530c346f33401d80 /spec/spec/requirement-action.yml
parent1d3866a30eea88ff99d4aceda53c4871f61c11c0 (diff)
validation: Add test early preparation
Diffstat (limited to 'spec/spec/requirement-action.yml')
-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 6afa7879..aacef508 100644
--- a/spec/spec/requirement-action.yml
+++ b/spec/spec/requirement-action.yml
@@ -97,6 +97,7 @@ spec-example: |
test-includes: []
test-local-includes: []
test-name: RedGreenData
+ test-prepare: null
test-setup: null
test-stop: null
test-support: null
@@ -171,6 +172,12 @@ spec-info:
test-name:
description: null
spec-type: test-name
+ test-prepare:
+ description: |
+ If the value is present, then it shall be the early test preparation
+ code. The code is placed in the test action loop body before the
+ test pre-condition preparations.
+ spec-type: optional-str
test-setup:
description: null
spec-type: requirement-action-test-fixture