summaryrefslogtreecommitdiffstats
path: root/spec/req/unit-test-data-structures.yml
blob: 1df8388744a7197fa8a965e92856e3a2187f88e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2022 embedded brains GmbH & Co. KG
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