transformer_tests Class Reference
Sample unit test for a Module.  
More...
List of all members.
Detailed Description
Sample unit test for a Module. 
There are basically 3 steps to creating a CPPUnit test:
- Write tests - create the methods of the test class that will exercise the module
 
- Create test Suite - Call the CPPUnit macros that will create the suite() function which will be called by the test runner
 
- Register the test suite with the CPPUnit factory. This is done by using a single macro that takes the name of the test class as a parameter. 
 
Definition at line 30 of file transformer_test.h.
The documentation for this class was generated from the following file: