summaryrefslogtreecommitdiffstats
path: root/spec/req/unit-test-data-structures.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/req/unit-test-data-structures.yml')
-rw-r--r--spec/req/unit-test-data-structures.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/req/unit-test-data-structures.yml b/spec/req/unit-test-data-structures.yml
new file mode 100644
index 00000000..613b91b5
--- /dev/null
+++ b/spec/req/unit-test-data-structures.yml
@@ -0,0 +1,18 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de
+enabled-by: true
+links:
+- role: requirement-refinement
+ uid: root
+non-functional-type: design
+rationale: |
+ Implementations to support data structures such as red-black trees a
+ sufficiently complex to require unit tests. Testing through the API is
+ impractical.
+references: []
+requirement-type: non-functional
+text: |
+ Unit tests may be used to test code which implements reusable data
+ structures.
+type: requirement