Create Test Wizard: Select Elements

The Create Test wizard lets you create a C Simple Test, C++ Simple Test, or CUnit Test for the functions of your project.



If you want to create CUnit tests, you must first install the CUnit test framework, which is available from:





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