summaryrefslogtreecommitdiff
path: root/spec/spec/requirement-action-test-header.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-14 07:41:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-19 11:29:34 +0200
commitb7e749b65fc22afd8eca5498a3931b81429146b8 (patch)
tree3bc70af5eb7ff97e20ab1f77b5a55911e0fdc3e1 /spec/spec/requirement-action-test-header.yml
parent65d5906d3bb1f6190051e30e4a6898ad859c2912 (diff)
spec: Add test header to test case item type
Diffstat (limited to 'spec/spec/requirement-action-test-header.yml')
-rw-r--r--spec/spec/requirement-action-test-header.yml48
1 files changed, 0 insertions, 48 deletions
diff --git a/spec/spec/requirement-action-test-header.yml b/spec/spec/requirement-action-test-header.yml
deleted file mode 100644
index 2836e8da..00000000
--- a/spec/spec/requirement-action-test-header.yml
+++ /dev/null
@@ -1,48 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-enabled-by: true
-links:
-- role: spec-member
- uid: root
-spec-description: null
-spec-example: null
-spec-info:
- dict:
- attributes:
- code:
- description: |
- If the value is present, then it shall be the test case header code.
- The header code is placed at file scope after the test enum
- declarations and before the test run function declaration.
- spec-type: optional-str
- includes:
- description: |
- It shall be a list of header files included by the header file via
- ``#include <...>``.
- spec-type: list-str
- local-includes:
- description: |
- It shall be a list of header files included by the header file via
- ``#include "..."``.
- spec-type: list-str
- run-params:
- description: null
- spec-type: requirement-action-test-run-param-list
- target:
- description: |
- It shall be the path to the generated test header file.
- spec-type: str
- description: |
- This set of attributes specifies an action requirement test header. In
- case a test header is specified, then instead of a test case a test run
- function will be generated. The test run function will be declared in
- the test header target file and defined in the test source target file.
- The test run function can be used to compose test cases. The test header
- file is not automatically included in the test source file. It should be
- added to the includes or local includes of the test.
- mandatory-attributes: all
- none: null
-spec-name: Action Requirement Test Header
-spec-type: requirement-action-test-header
-type: spec