Create Test Wizard: Select Elements

The CppUnit Test wizard lets you create a CppUnit Test for the functions of your project. Before you can create CppUnit tests, you must install the CppUnit test framework, which is available from:





If you have not installed CppUnit, click Cancel.

If you have installed CppUnit, the Select Elements page lets you choose any or all of the functions of the selected source file. The functions you select will have preliminary test structure created for them by the wizard.

Click the checkbox of the top node to select all the functions. If you do not want to test all functions, deselect the top node and select the individual functions that you want to test.

Click Next when you have selected the functions you want.

For more information about using C/C++ unit tests in the IDE, see About C/C++ Unit Testing 


Legal Notices