Unit Test Results Window
See Also
Unit test results are displayed in the Test Results window.
When you run a test, the IDE automatically opens the window and
displays the results in two panels in the Test Results window.
The right panel displays the console output from the tests.
The left panel displays a summary of the passed and failed tests and the
description of failed tests.
You can do the following in the left panel of the Test Results window:
- Click the filter button (
)
to switch between viewing all test results and viewing only the failed tests.
- Click the up arrow and down arrow buttons to jump to each failed test in the Test Results window and
in the editor.
- Click the green triangle button to rerun the tests.
- Double-click a test to go to the test source.
- Right-click a test and select Debug to run the debugger on the test.
- Right-click a test and select Run Again to rerun the test.
- See Also
- Creating a C/C++ Unit Test
- Running a C/C++ Unit Test
Legal Notices