Unittest documentation

List of testcases and tested requirements

Testcase details

Note

This module documentation was generated using automodule. See the docstrings in the implementation for the source code of this document.

tests for exemplum module

class exemplum_test.test_exemplum.TestExemplum(methodName='runTest')[source]

test cases for class Exemplum

test_add_data()[source]

initialize an Exemplum object and add an element. Inspect the data storage if added data is there.

test_len_method()[source]

initialize an exemplum object and check if exemplum.Exemplum.__len__() returns 0. Add several elements and check each time that the count increases by 1.

test_nothing()[source]

This test does nothing.

test_use_case()[source]

This testcase tests several requirements at once using a typical use case.