Requirements¶
List of requirements¶
Version to implement requirement¶
Traceability matrix of items
requirements |
implemented in version |
---|---|
Testcases for requirements¶
Traceability matrix of items
Statistics: 3 out of 4 covered: 75%
requirement |
tested in... |
---|---|
Requirement details¶
- Implemented by
The
Exemplum
class shall provide storage for data.
- Implemented by
- Tested by
The data storage from req_1 shall be initialized with an empty list.
- Implemented by
- Tested by
The
Exemplum
class shall provide a methodadd_data()
to fill the data storage.
- Implemented by
- Tested by
The
Exemplum
class shall provide a method : py:meth:~exemplum.exemplum.Exemplum.__len__ that returns the element count in the data storage.