UnitTests
Protocol and data driven Unit-testing.
More...
Detailed Description
This module provides a complete framework for effective Unit testing. All Unit tests in the Platinum framework are written using this module. Data-driven, as well as and protocol-driven testing is possible. Unit tests can easily be integrated into the build process and test results can be reported and logged. Writing tests is similar to writing tests with the CppUnit framework, so that porting tests to use PtUnit is simple.