Unit tests. This namespace contains two basic classes for unit tests: TestCase and TestSuite. They are intended to support testing. For a test case, a specialization of TestCase has to be written. TestSuite is meant to group a few test cases, detailed description in unit tests.