User-defined test cases can often be defined by modifying automatically-generated test cases.

To modify an existing test case:

  1. In the Test Case Explorer or in the project tree, locate the test suite file that C++test generated.
  2. Double-click the node that represents the generated test class you want to modify. The generated test class file will open in an editor.
  3. Modify the test case as needed. You can...

     4. Save the modified file.