Overview of C/C++ Unit Tests

The following table outlines the basic process of working with unit tests in C and C++ projects.

Number one
Create Tests

 


Number two
Edit Tests

 

  • Modify the generated tests to suit your project.

Number three
Run Tests

 


Number four
Debug Tests

 


Legal Notices