Requirements

List of requirements

Version to implement requirement

Testcases for requirements

Traceability matrix of items

Statistics: 3 out of 4 covered: 75%

requirement

tested in...

req_1 : data storage

req_2 : init values

tc_2

tc_3

req_3 : method for filling data

tc_1

tc_3

req_4 : element count

tc_2

tc_3

Requirement details

The Exemplum class shall provide storage for data.

The data storage from req_1 shall be initialized with an empty list.

The Exemplum class shall provide a method add_data() to fill the data storage.

The Exemplum class shall provide a method : py:meth:~exemplum.exemplum.Exemplum.__len__ that returns the element count in the data storage.