summaryrefslogtreecommitdiff
path: root/spec/spec/test-case.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 10:07:43 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-02-04 14:23:32 +0100
commit1e5eb0fb9f0ee2e0e1b5e44c150027ecc0d2293e (patch)
tree6a8ae77750a3ba8163addbaa234d0694080244ba /spec/spec/test-case.yml
parent44a5c59cc3d3a2819482bc2727d62a9c6e81db56 (diff)
validation: Remove prologue/epilogue in test cases
Diffstat (limited to 'spec/spec/test-case.yml')
-rw-r--r--spec/spec/test-case.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/spec/spec/test-case.yml b/spec/spec/test-case.yml
index 0a03d25e..86d6a5c7 100644
--- a/spec/spec/test-case.yml
+++ b/spec/spec/test-case.yml
@@ -34,12 +34,6 @@ spec-info:
description: |
It shall be the test case description.
spec-type: optional-str
- test-epilogue:
- description: |
- If the value is present, then it shall be the test case epilogue
- code. The epilogue code is placed in the test case body after the
- test case actions.
- spec-type: optional-str
test-header:
description: null
spec-type: test-header
@@ -51,13 +45,6 @@ spec-info:
description: |
It shall be a list of header files included via ``#include "..."``.
spec-type: list-str
- test-prologue:
- description: |
- If the value is present, then it shall be the test case prologue
- code. The prologue code is placed in the test case body before the
- test case actions. A use case is the declaration of local variables
- used by the test case actions.
- spec-type: optional-str
test-setup:
description: null
spec-type: test-support-method